about summary refs log tree commit diff
path: root/android/gradle.properties
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-17 20:21:11 -0600
commita13f9bf0916f80417ea20cc98ad86fe51f1a60dd (patch)
treef124df035d35e80ce287c9ee87b034e2e8382b16 /android/gradle.properties
parentb449ab842fc64177f8ba1e17199911f02cb99526 (diff)
downloadvoidsky-a13f9bf0916f80417ea20cc98ad86fe51f1a60dd.tar.zst
Upgrade to react-native 0.71.0
Diffstat (limited to 'android/gradle.properties')
-rw-r--r--android/gradle.properties4
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