* feat: rn 70 ios builds with new arch * feat: android migration wip * fix: update test-app, react-native and react version, fix codegen config * fix: change spec for backward compat * fix: simplify android code and make it work * fix: ios code * fix: remove unnecessary folly version * fix: srcDirs on paper * refactor: review * refactor: review * refactor: node 18 * docs: new arch in readme * docs: new arch in readme * refactor: use Spec --------- Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
47 lines
1.9 KiB
Properties
47 lines
1.9 KiB
Properties
# Project-wide Gradle settings.
|
|
|
|
# IDE (e.g. Android Studio) users:
|
|
# Gradle settings configured through the IDE *will override*
|
|
# any settings specified in this file.
|
|
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
|
|
# Specifies the JVM arguments used for the Gradle Daemon. The setting is
|
|
# particularly useful for configuring JVM memory settings for build performance.
|
|
# This does not affect the JVM settings for the Gradle client VM.
|
|
# The default is `-Xmx512m -XX:MaxMetaspaceSize=256m`.
|
|
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
|
|
# When configured, Gradle will fork up to org.gradle.workers.max JVMs to execute
|
|
# projects in parallel. To learn more about parallel task execution, see the
|
|
# section on Gradle build performance:
|
|
# https://docs.gradle.org/current/userguide/performance.html#parallel_execution.
|
|
# Default is `false`.
|
|
#org.gradle.parallel=true
|
|
|
|
# AndroidX package structure to make it clearer which packages are bundled with the
|
|
# Android operating system, and which are packaged with your app's APK
|
|
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
|
android.useAndroidX=true
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
android.enableJetifier=true
|
|
|
|
# Version of Flipper to use with React Native. Default value is whatever React
|
|
# Native defaults to. To disable Flipper, set it to `false`.
|
|
#FLIPPER_VERSION=0.125.0
|
|
FLIPPER_VERSION=false
|
|
|
|
# Enable Fabric at runtime.
|
|
#USE_FABRIC=1
|
|
|
|
# Enable new architecture, i.e. Fabric + TurboModule - implies USE_FABRIC=1.
|
|
# Note that this is incompatible with web debugging.
|
|
newArchEnabled=false
|
|
|
|
# Uncomment the line below if building react-native from source
|
|
#ANDROID_NDK_VERSION=21.4.7075529
|
|
|
|
# Version of Kotlin to build against.
|
|
#KOTLIN_VERSION=1.7.10
|