美文网首页
unable to load script from asset

unable to load script from asset

作者: 等你一句晚安 | 来源:发表于2018-08-28 15:38 被阅读0次

    关于react-native的0.56新版本服务报错问题

    React Native unable to load script from assets index.android.bundle 解决方案

    新版本问题,在项目根目录下执行:

    step one: react-native init demo --verbose --version 0.55.4

    step two: 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

    step three: react-native run-android

    step four: react-native start

    相关文章

      网友评论

          本文标题:unable to load script from asset

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