diff options
Diffstat (limited to 'android/gradle.properties')
-rw-r--r-- | android/gradle.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/gradle.properties b/android/gradle.properties index fa4feae5f..cc450992b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -38,3 +38,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 # to write custom TurboModules/Fabric components OR use libraries that # are providing them. newArchEnabled=false + +# Use this property to enable or disable the Hermes JS engine. +# If set to false, you will be using JSC instead. +hermesEnabled=true \ No newline at end of file |