Skip to content

Commit 9917b06

Browse files
committed
fix: specify correct entryFile in build.gradle
closes #98
1 parent a97c3cf commit 9917b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/example/example/android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ import com.android.build.OutputFile
7777

7878
project.ext.react = [
7979
enableHermes: false, // clean and rebuild if changing
80+
entryFile: "index.tsx",
8081
]
8182

8283
apply from: "../../node_modules/react-native/react.gradle"

0 commit comments

Comments
 (0)