解决办法:

android/app/build.gradle中设置, 如果原本有enableHermes: true 这行需要删掉.

project.ext.react = [
        bundleAssetName: 'index.android.bundle',
        bundleInDebug: true,
        bundleInAlpha: true,
        bundleInBeta : true
]

参考博客: https://blog.51cto.com/u_15061930/4365692

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐