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
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
When I try to run react-native run-android, facing bellow issue
error: bundling failed: UnableToResolveError: Unable to resolve module react from /Users/user/react-native-photo-browser/lib/index.js: Module does not exist in the module map
I did
npm install
When I try to run
react-native run-android
, facing bellow issueerror: bundling failed: UnableToResolveError: Unable to resolve module
react
from/Users/user/react-native-photo-browser/lib/index.js
: Module does not exist in the module mapThis might be related to facebook/react-native#4968
To resolve try the following:
watchman watch-del-all
.node_modules
folder:rm -rf node_modules && npm install
.rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
.The text was updated successfully, but these errors were encountered: