You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bundling failed: UnableToResolveError: Unable to resolve module react-native/Libraries/react-native/react-native.js from LONGPATH/node_modules/parse/lib/react-native/StorageController.react-native.js: Module does not exist in the module map
I've setup a new project with Parse, Mobx etc...
But I can't use Parse because I have this error
bundling failed: UnableToResolveError: Unable to resolve module
react-native/Libraries/react-native/react-native.js
fromLONGPATH/node_modules/parse/lib/react-native/StorageController.react-native.js
: Module does not exist in the module mapI've solve the problem when I have change this:
to this
I've try to debug and my the application don't go to the catch but it break the code ...
I use react native 50.1
The text was updated successfully, but these errors were encountered: