react-native 打离线包 - React Native知识库
在工程根目录下执行打包命令react-native bundle --entry-file index.android.js --bundle-output ./android/app/src/main/assets/index.android.jsbundle --platf...
React Native痛点解析之性能调优
2016年6月1日 - 场景:这里说的资源包括React Native打出来的Bundle,图片等静态资源。RN的一股脑儿的打包方式,无疑一下子增大了Bundle包大小。还有一个页面多多少少会...