我在 android/app/build.gradle 文件中尝试了一些更改
android/app/build.gradle
file project.ext.react = [ bundleAssetName: "index.android.bundle",
entryFile: "index.js",
bundleInDebug: true,
bundleInRelease: true,
root: "../../", ]
apply from: "../../node_modules/react-native/react.gradle"
不更新我的代码输出