我有一个react native组件,并且将其包装在android库中并导出为AAR库,但是每次将此库添加到另一个现有的android应用中时,都会出现此错误
“无法从资产'index.android.bundle'中加载脚本。请确保您的捆绑包已正确打包或您正在运行打包器服务器。“ < / p>
这是我的gradle文件
project.ext.react = [
// the name of the generated asset file containing your JS bundle
bundleAssetName: "index.android.bundle",
]
apply from: "../node_modules/react-native/react.gradle"