shoutem/ui

Error: Unable to resolve module `@shoutem/ui;` | @shoutem/ui; could not be found within the project

Mike-Does-JS opened this issue · 0 comments

Not sure why I'm getting this error. Installed Shoutem in my project and trying to run for the first time and get this

error: Error: Unable to resolve module @shoutem/ui; from screens\auth\LoginScreen.js: @shoutem/ui; could not be found within the project.

Here are my dependencies

"dependencies": {
"@react-native-firebase/app": "^8.2.0",
"@react-native-firebase/auth": "^8.2.0",
"@react-native-firebase/firestore": "^7.4.3",
"@shoutem/ui": "^2.0.17",
"react": "16.13.1",
"react-native": "0.63.1",
"react-native-linear-gradient": "~2.5.6",
"react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-vector-icons": "~6.6.0",
"react-native-webview": "9.4.0",
"react-navigation": "^4.4.0"

ANY insight would be helpful

Thanks!