error: bundling failed: "Unable to resolve module Image
from /Users/Harbey/Documents/React/page_app/node_modules/react-native/Libraries/react-native/react-native-implementation.js
#19344
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
error: bundling failed: "Unable to resolve module
Image
from/Users/Harbey/Documents/React/page_app/node_modules/react-native/Libraries/react-native/react-native-implementation.js
: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches:watchman watch-del-all
.\n 2. Delete thenode_modules
folder:rm -rf node_modules && npm install
.\n 3. Reset packager cache:rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
."i got this error after adding ios app icon. everything works before but after adding the icons i get the above error.
i am running react-native 0.47.1
package.json
The text was updated successfully, but these errors were encountered: