0
當我定義entryFile在build.gradle,在調試模式下運行,它仍然加載index.android.js而不是index.android2.js。在反應原生android,自定義entryFile does not工作時,它的調試模式
project.ext.react = [
entryFile: "index.android2.js",
bundleInDebug: false,
bundleInRelease: true,
root: "../../"
]
apply from: "../../node_modules/react-native/react.gradle"
它有幫助,謝謝 – Simen
@Simen請投我的答案,如果它幫助你。 –