I have the following installed with npm:
"dependencies": {
"parse": "^1.9.1",
"react-native": "0.32.0",
"react-native-admob": "^1.1.5",
"react-redux": "4.4.5",
"redux": "3.5.2"
},
I am unable to require Parse into my react-native app by using: var Parse = require('parse/react-native')
I get this error:
The file react-native IS inside node_modules/parse/react_native.js but my app wont find it. I have tried reseting the emulator, deleting and reinstalling node_modules.
The error is now a know issue: Issue
