'https://reactnavigation.org/ is only for React-native apps?
Can I implement https://reactnavigation.org/ contents on my React WebApps? There is no where written on the website that I can use with React also.

Solution 1:[1]
No. You can use reactnavigation only in react-native apps. But if you are using Expo you can generate web-build from your react-native app which have implemented react-navigation and if you are using react-native-cli then you can use react-native-web.
else for building ReactJS Web Apps, you should use react-router-dom instead of react-navigation.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Asad Haroon |
