venits/react-native-login-template

Bug: Unable to resolve "react-native-screens" from "node_modules/react-navigation-stack/lib/module/views/StackView/StackViewCard.js" Failed building JavaScript bundle.

topotech opened this issue · 0 comments

After starting the the template and trying to run it on an android machine, I got:

Unable to resolve "react-native-screens" from "node_modules/react-navigation-stack/lib/module/views/StackView/StackViewCard.js"
Failed building JavaScript bundle.

It's not a big deal, it is because I didn't have installed react-native-screens and it wasn't declared as a dependency. Manually installing it fixed the problem, but still, package.json needs to be updated.