Skip to content

Commit

Permalink
revert hermes setting
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 29, 2023
1 parent da8362f commit 418a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ project.ext.react = [
/* NOTE: Hermes engine is required for Android 64-bit builds running on 64 devices,
* to guard against a hang in the UI thread after invoking status-go.
* Also a clean and rebuild is required when changing this. */
enableHermes: true,
enableHermes: !disableHermes,
/* Disable 'The first definition was here.' warnings */
hermesFlagsRelease: ["-w"],
bundleInPr: true,
Expand Down

0 comments on commit 418a8b6

Please sign in to comment.