-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
- Target Platform (e.g. iOS, Android): iOS
- Development Operating System (e.g. macOS Sierra, Windows 10): macOS Sierra
- Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant): Xcode
- React Native version (e.g. 0.45.1): 0.46.4
- RNFirebase Version (e.g. 2.0.2): 2.0.4
Hi!
I've got a problem when I launch the app with RNFirebase configured.
this is the error that displays:
error: bundling failed: "Unable to resolve module ReactNativeART
from /Users/risck/Documents/Projects/React-Native/Test/node_modules/react-native/Libraries/react-native/react-native-implementation.js
: Module does not exist in the module map
This might be related to facebook/react-native#4968
To resolve try the following:
- Clear watchman watches:
watchman watch-del-all
. - Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset packager cache:
rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
."
Obviously I've tried to launch all the command above.
Thanks for your help!
Regards
mikesurowiec, gscanlon21, adamloving, ahanriat, kmdupr33 and 5 more
Metadata
Metadata
Assignees
Labels
No labels