Skip to content

Commit

Permalink
Set enableHermes to false
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed May 31, 2023
1 parent bbf6055 commit dfad2d7
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: !disableHermes,
enableHermes: false,
/* Disable 'The first definition was here.' warnings */
hermesFlagsRelease: ["-w"],
// introduced here : https://github.com/facebook/react-native/pull/32281
Expand Down

0 comments on commit dfad2d7

Please sign in to comment.