删除并重新安装node_modules文件夹后,我面临的是LayoutPropTypes.js文件中我不理解的问题。
在node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes.js 以下变量未定义中:var ReactPropTypes = require('React').PropTypes;
node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes.js
var ReactPropTypes = require('React').PropTypes;
反应本机:0.45.1反应:16.0.0-alpha.12
React.PropTypes现在已被弃用:
注意:从React v15.5开始不推荐使用React.PropTypes。请改用prop-types库。
您现在需要单独添加prop-types包。该错误很可能刚刚开始显示,因为您删除了node_modules文件夹,然后重新安装了所有升级react版本的文件。
node_modules
react