feat(release): prepare 1.1.0 candidate
This commit is contained in:
parent
5a34f66981
commit
5205dcdfa9
736 changed files with 115667 additions and 12203 deletions
|
|
@ -22,12 +22,12 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
|
|||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||
android.useAndroidX=true
|
||||
|
||||
# Use this property to specify which architecture you want to build.
|
||||
# You can also override it from the CLI using
|
||||
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
||||
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|
||||
# Architecture selection is variant-aware in build.gradle: debug-only builds include
|
||||
# x86_64 for emulators; release and aggregate builds default to arm64-only.
|
||||
|
||||
# newArchEnabled is enabled by default in React Native 0.85+
|
||||
# React Native 0.85 only supports the New Architecture. Keep this explicit because
|
||||
# Nitro Modules checks the Gradle property when deciding whether to run codegen.
|
||||
newArchEnabled=true
|
||||
|
||||
# Use this property to enable or disable the Hermes JS engine.
|
||||
# If set to false, you will be using JSC instead.
|
||||
|
|
@ -37,4 +37,3 @@ hermesEnabled=true
|
|||
# This allows your app to draw behind system bars for an immersive UI.
|
||||
# Note: Only works with ReactActivity and should not be used with custom Activity.
|
||||
edgeToEdgeEnabled=false
|
||||
reactNativeArchitectures=arm64-v8a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue