修改工程里
DashengChefuMerchant/node_modules/react-native/Libraries/Utilities/UIManager.js
if (Platform.OS === 'ios')里面的
的代码为
var normalizePrefix = (moduleName: string)=>{
return moduleName.replace(/^(RCT|RK)/, '');
}
修改工程里
DashengChefuMerchant/node_modules/react-native/Libraries/Utilities/UIManager.js
if (Platform.OS === 'ios')里面的
的代码为
var normalizePrefix = (moduleName: string)=>{
return moduleName.replace(/^(RCT|RK)/, '');
}
转载于:https://www.cnblogs.com/houdzaiw/p/6979294.html