Upgrade to React Native's New Architecture (#302)

Makes the UI operate more synchronously (read: fast 🔥🔥🔥)

Upgrades several dependencies
This commit is contained in:
Violet Caulfield
2025-04-30 03:30:24 -05:00
committed by GitHub
parent f12c272175
commit 5754a3d236
29 changed files with 5484 additions and 4967 deletions

View File

@@ -32,7 +32,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# 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
newArchEnabled=true
# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME