We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a97c3cf commit 9917b06Copy full SHA for 9917b06
templates/example/example/android/app/build.gradle
@@ -77,6 +77,7 @@ import com.android.build.OutputFile
77
78
project.ext.react = [
79
enableHermes: false, // clean and rebuild if changing
80
+ entryFile: "index.tsx",
81
]
82
83
apply from: "../../node_modules/react-native/react.gradle"
0 commit comments