react-native 打离线包

前端之家收集整理的这篇文章主要介绍了react-native 打离线包前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
react-native bundle --entry-file index.ios.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle
//AppDelegate.m


//jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
 jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"bundle/index.ios" withExtension:@"jsbundle"];
原文链接:https://www.f2er.com/react/303856.html

猜你在找的React相关文章