Invariant Violation: requireNativeComponent: “RNSScreen” was not found in the UIManager

Faced the same issue while implementing Navigation. Run following commands npm install @react-navigation/native React Navigation is made up of some core utilities and those are then used by navigators to create the navigation structure in your app.
 In your project directory, run: npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view This will install versions of these … Read more