美文网首页
有关RN一些见了鬼的问题(不定时更新)

有关RN一些见了鬼的问题(不定时更新)

作者: 养喵大师薛定谔 | 来源:发表于2018-01-02 11:12 被阅读0次

1.使用react-native-deprecated-custom-components这个组件时报错“undefined is not an object (“evaluating _react3.default.PropTypes.shape”)  ”

解决方法:导入react-native-deprecated-custom-components这个组件时不能使用npm install react-native-deprecated-custom-components --save

而是npm install --save https://github.com/facebookarchive/react-native-custom-components.git

相关文章

网友评论

      本文标题:有关RN一些见了鬼的问题(不定时更新)

      本文链接:https://www.haomeiwen.com/subject/thsfnxtx.html