Looks like lib/firestackModule.js file is using invariant module, but it's not in the package.json file.
I added react-native-firestack to my project and I'm getting this issue.
After run npm install invariant --save I could fixed it and continue working.
Looks like
lib/firestackModule.jsfile is usinginvariantmodule, but it's not in thepackage.jsonfile.I added
react-native-firestackto my project and I'm getting this issue.After run
npm install invariant --saveI could fixed it and continue working.