callstack / react-native-paper-login-template

The easiest way to start with your application.
https://reactnativepaper.com/
257 stars 71 forks source link

Error after cloning preventing to run the expo app : Can't resolve 'react-native-screens' #1

Closed kopax closed 4 years ago

kopax commented 4 years ago

I did the following :

git clone git@github.com:callstack/react-native-paper-login-template.git
npm i 
expo start --web

Expected

I expect the app to run

Result

 web  Failed to compile.
/home/dka/workspace/github.com/callstack/react-native-paper-login-template/node_modules/react-navigation-stack/lib/module/views/StackView/StackViewCard.js
Module not found: Can't resolve 'react-native-screens' in '/home/dka/workspace/github.com/callstack/react-native-paper-login-template/node_modules/react-navigation-stack/lib/module/views/StackView'
kopax commented 4 years ago

It can be solved by doing npm i react-native-screens

hylerrix commented 4 years ago

The same issue, please merge this pr 🧐

And looking forward to more updates of this repo.