V1 How to install V1 in the React Native 0.57 version? The documentation seems outdated as its always throwing error.
Just install the react native navigation latest V1 in the RN 0.57 version
Helo @ManigandanRaamanathan,
I have a working example on RNN.
https://github.com/halilcakarr/rncourse
it's from a udemy.com course's files but you can check for configuration and such :)
Using these dependencies:
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-navigation": "^1.1.487",
"react-native-vector-icons": "^5.0.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0"
Most helpful comment
Helo @ManigandanRaamanathan,
I have a working example on RNN.
https://github.com/halilcakarr/rncourse
it's from a udemy.com course's files but you can check for configuration and such :)
Using these dependencies: