Skip to content

Commit

Permalink
feat: Update react native to 0.74 and remove flag to disable new arch
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Aug 16, 2024
1 parent f978d86 commit 19b4789
Show file tree
Hide file tree
Showing 5 changed files with 1,032 additions and 430 deletions.
9 changes: 1 addition & 8 deletions tests/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ firebasePerformanceInstrumentationEnabled=false
# ./gradlew <task> -PreactNativeArchitectures=x86_64
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64

# Use this property to enable support to the new architecture.
# This will allow you to use TurboModules and the Fabric render in
# 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=false

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
hermesEnabled=true
hermesEnabled=true
Loading

0 comments on commit 19b4789

Please sign in to comment.