首页 > 代码库 > react-native 0.31.0 低版本在Android上报网络的错误错

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)/, ‘‘);
}

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