I got this error from React Native on Atom:
Unable to resolve module 'react-native-screen'
Here are my steps:
npm install --save react-navigation
, and I got the following:npm install
:And after, when I run my application, I get an error:
Unable to resolve "react-native-screens" from "node_modules\react-navigation-stack\lib\module\views\StackView\StackViewCard.js"
Failed building JavaScript bundle.
You need to install 3 more libs react-native-gesture-handler
, react-native-reanimated
, and react-native-screens
.
npm install --save react-native-gesture-handler react-native-reanimated react-native-screens