Skip to content

Commit

Permalink
fix: enabling hermes on example app
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Aug 2, 2021
1 parent eeee656 commit 64580a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import com.android.build.OutputFile
*/

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

Expand Down

0 comments on commit 64580a5

Please sign in to comment.