Skip to content

Commit

Permalink
fix: don't enable new arch on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Apr 23, 2024
1 parent 50c537a commit 2888613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ commitHash=unknown
# your application. You should enable this flag either if you want
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=true
newArchEnabled=false

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
# Disabled for debug builds to avoid 'maximum call stack exceeded' errors.
# https://github.com/status-im/status-mobile/issues/18493
hermesEnabled=true
hermesEnabled=false

0 comments on commit 2888613

Please sign in to comment.