RN:Unable to resolve module `react/lib/ReactPropTypes(Image.android.js)

问题

Unable to resolve module `react/lib/ReactPropTypes` from `xxxxxx\node_modules\react-native\Libraries\Image\
Image.android.js`: Module does not exist in the module map or in these directories:

解决

npm install [email protected] --save

参考

https://stackoverflow.com/questions/43798359/react-native-dev-server-returned-500

你可能感兴趣的:(React,Native)