react-native 0.31.0 低版本在Android上报网络的错误错


修改工程里

DashengChefuMerchant/node_modules/react-native/Libraries/Utilities/UIManager.js
 

if (Platform.OS === 'ios')里面的

的代码为

var normalizePrefix = (moduleName: string)=>{
return moduleName.replace(/^(RCT|RK)/, '');
}
posted @ 2017-06-10 17:16  houdzaiw  阅读(147)  评论(0)    收藏  举报