undefined is not an object(evaluating '_react3.default.PropTypes.shape)

手机红屏报这个错时的解决办法:
npm uninstall --save react-native-deprecated-custom-components
npm install --save https://github.com/facebookarchive/react-native-custom-components.git

posted @ 2019-04-10 15:43  jser_dimple  阅读(492)  评论(0编辑  收藏  举报
/*function gotourl() { var url = "https://www.cnblogs.com/smart-girl/"; var localurl = document.url; if( localurl.substring(0,url.length) != url ) { location.href=url; } } gotourl();*/