When I parcticed the Configuring text inputs example in React Native,then the error is…
In Android Simulator error is…
The development server returned response error code:500
URL:http://10.0.2.2:8081/index.bundle?platform=android &dev=true&minify=false
Body:
{“from”:“C:\Users\nagaraju\AwesomeProject2\App.js”,“to”:“expo”,“message”:“Unable to sesolve module ‘expo’ from ‘C:\Users\nagaraju\AwesomeProject2\App.js’:Module does not exist in the module map\n\n This might be related to https://facebook.github.io/react-native/issues/4968\n To resolve try the following:\n 1.Cleat watchman watches:watchman watch-del-all
.\n 2.Delete the node_modules' folder:
rm -rf node_module && npm install’ .\n 3.Reset packager cache `rm -fr $TMPDIR/react-*’ or ‘npm start-- --reset-cache’.”,“name”:“UnableToResolveError”,“type”:“UnableToResolveError”,“reeors”:[{}]}
please help me and many times this error raised in my Project,how to rectify to this issue…