-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnableToResolveError: Unable to resolve module ActivityIndicator #15256 #15289
Comments
The latest version is 0.46.4, have you tried that? This error sounds like something we fixed already. |
Yes, I tried it, but it did not work. |
Did you recently upgrade react-native? This can happen if there's a disconnect between the versions used in the native app and JavaScript. |
Seems like a duplicate of #14209. I also just recently started having this issue (upgrading from 0.46.4 to 0.47.1) and going back isn't helping. |
updated from 0.42.3 to 0.47.1 and I'm getting this error... |
#15671 i was facing this issue also and fixed it with other issues and posted my fix here |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
error: bundling: UnableToResolveError: Unable to resolve module ActivityIndicator from C:\Projects\node_modules\react-native\Libraries\react-native\react-native-implementation.js: Module does not exist in the module map or in these directories:
C:\Projects\node_modules\react-native\node_modules
, C:\Projects\node_modules
react-native -v: 0.44.3
node -v: 6.10
npm -v: 3.10.10
Target Platform: Android
Development Operating System: Windows 10
Build tools: Android SDK 23
Step to reproduce:
1 - react-native run-android
NOTE: The following steps did not work for me
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-* or npm start -- --reset-cache.
Clone repository from the scratch and install modules again
The text was updated successfully, but these errors were encountered: