chore(example): add more platforms and fix metro resolve

This commit is contained in:
Krzysztof Moch
2024-11-11 13:25:36 +01:00
parent b13a718393
commit 9474bb4fdf
12 changed files with 2275 additions and 308 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false
android.enableJetifier=true
# Jetifier randomly fails on these libraries
android.jetifier.ignorelist=hermes-android,react-android
@@ -40,8 +40,8 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
# Note that this is incompatible with web debugging.
newArchEnabled=true
bridgelessEnabled=true
#newArchEnabled=true
#bridgelessEnabled=true
# Uncomment the line below to build React Native from source.
#react.buildFromSource=true