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 /ios/Podfile ..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).