@@ -26,26 +26,28 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
2626android.useAndroidX =true
2727# Automatically convert third-party libraries to use AndroidX
2828android.enableJetifier =true
29-
30- # Version of Flipper to use with React Native. Default value is whatever React
31- # Native defaults to. To enable Flipper, set the value to `X.Y.Z` (version you want to use).
32- # To disable Flipper, set it to `false`.
33- FLIPPER_VERSION =false
29+ # Jetifier randomly fails on these libraries
30+ android.jetifier.ignorelist =hermes-android
3431
3532# Use this property to specify which architecture you want to build.
3633# You can also override it from the CLI using
3734# ./gradlew <task> -PreactNativeArchitectures=x86_64
3835reactNativeArchitectures =armeabi-v7a,arm64-v8a,x86,x86_64
3936
40- # Enable Fabric at runtime.
41- # USE_FABRIC=1
42-
43- # Enable new architecture, i.e. Fabric + TurboModule - implies USE_FABRIC=1.
37+ # Use this property to enable support to the new architecture.
38+ # This will allow you to use TurboModules and the Fabric render in
39+ # your application. You should enable this flag either if you want
40+ # to write custom TurboModules/Fabric components OR use libraries that
41+ # are providing them.
4442# Note that this is incompatible with web debugging.
4543# newArchEnabled=true
44+ # bridgelessEnabled=true
45+
46+ # Uncomment the line below to build React Native from source.
47+ # react.buildFromSource=true
4648
47- # Uncomment the line below if building react-native from source
48- # ANDROID_NDK_VERSION=23 .1.7779620
49+ # Version of Android NDK to build against.
50+ # ANDROID_NDK_VERSION=26 .1.10909125
4951
5052# Version of Kotlin to build against.
51- # KOTLIN_VERSION=1.7 .22
53+ # KOTLIN_VERSION=1.8 .22
0 commit comments