I got this error from React Native on Atom:
Unable to resolve module 'react-native-screen'
Here are my steps:
- I ran
npm install --save react-navigation
, and I got the following:
- Then I ran
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.