美文网首页
2018-03-16 Unable to load script

2018-03-16 Unable to load script

作者: RicoX2016 | 来源:发表于2018-03-16 11:16 被阅读31次

    This issue helped me resolve the problem in following steps.

    1. (in project directory) mkdir android/app/src/main/assets
    2. react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
    3. react-native run-android

    相关文章

      网友评论

          本文标题:2018-03-16 Unable to load script

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