RN 打包

作者: yhj0129 | 来源:发表于2017-10-20 17:57 被阅读0次

    1 iOS打包:react-native bundle --entry-file index.ios.js --bundle-output ./ios/bundle/index.ios.jsbundle --platform ios --assets-dest ./ios/bundle --dev false
    链接:http://blog.csdn.net/fengyuzhengfan/article/details/54950656
    2 安卓打包如下
    $ mkdir -p android/app/src/main/assets
    $ curl -k "http://localhost:8081/index.android.bundle" >android/app/src/main/assets/index.android.bundle
    $ cd android && ./gradlew assembleRelease
    链接:http://www.jianshu.com/p/1380d4c8b596
    3 iOS证书配置和发布流程
    链接:http://www.jianshu.com/p/be0267ebd238

    相关文章

      网友评论

          本文标题:RN 打包

          本文链接:https://www.haomeiwen.com/subject/tswvuxtx.html