react-native打包
2023-08-28 本文已影响0人
太平洋_cfd2
ps:
https://www.jianshu.com/p/2ad2bfed336e
![](https://img.haomeiwen.com/i11607520/4523d48e040bb3e4.png)
https://www.geekailab.com/2020/03/15/React-Native-releases-packaged-iOS-apps-for-apps/
// 注意bundles文件需要自己创建
react-native bundle --platform ios --entry-file index.tsx --bundle-output ./bundles/main.jsbundle --assets-dest ./bundles --dev false