Skip to content

Commit

Permalink
Make Hermes the default engine on Android. (#34049)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #34049

This just flips the switch for having Hermes on by default
on new projects for React Native.

Changelog:
[Android] [Changed] - Make Hermes the default engine on Android

Reviewed By: neildhar, jpporto

Differential Revision: D37354079

fbshipit-source-id: cb0391eb3927d13432e7d4b9efef7b8812938a98
  • Loading branch information
cortinico authored and facebook-github-bot committed Jun 23, 2022
1 parent 78cd689 commit a7db8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import com.android.build.OutputFile
*/

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

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

0 comments on commit a7db8df

Please sign in to comment.