标签:normal r.js prefix ref replace ati native 代码 modules
修改工程里
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上报网络的错误错
标签:normal r.js prefix ref replace ati native 代码 modules
原文地址:http://www.cnblogs.com/houdzaiw/p/6979294.html