Skip to content

Commit

Permalink
fix: specify correct entryFile in build.gradle
Browse files Browse the repository at this point in the history
closes #98
  • Loading branch information
satya164 committed Dec 17, 2020
1 parent a97c3cf commit 9917b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/example/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ import com.android.build.OutputFile

project.ext.react = [
enableHermes: false, // clean and rebuild if changing
entryFile: "index.tsx",
]

apply from: "../../node_modules/react-native/react.gradle"
Expand Down

0 comments on commit 9917b06

Please sign in to comment.