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

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接: https://blog.csdn.net/DeMonliuhui/article/details/90711168

问题

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

猜你喜欢

转载自blog.csdn.net/DeMonliuhui/article/details/90711168
今日推荐