I have installed react-navigation in my React Native project. Its a starter project doesn\'t have any codes. But while running project I am facing
If you are using a configuration with Podfile in ios. Follow this steps:
pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler'
in <react-native-project>/ios/Podfile
.<react-native-project>.xcworkspace
Add RNGestureHandler.xcodeproj
in Libraries (Right click over library folder and select "Add files to ") from node_modules/react-native-gesture-handler/ios
.libRNGestureHandler.a
in (Build Phases) -> (Link Binary With Libraries).This worked well for me as well.
1) npm install react-navigation
2) npm install react-native-gesture-handler
3) npm intstall
4) react-native link
uninstall the app
5) react-native run-android