mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 21:27:46 +00:00
8200f91598
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33439 This allows us to toggle the publishing of prefab if the `REACT_NATIVE_HERMES_SKIP_PREFAB` env variable is set. With this we can control how big is the .aar of hermes-engine, reducing the size from ~200Mb right now to 8Mb. Changelog: [Internal] [Changed] - Disable prefab publishing if REACT_NATIVE_HERMES_SKIP_PREFAB is set Reviewed By: ShikaSD Differential Revision: D34929265 fbshipit-source-id: eb710b72ee4e17ac04c2924ffdac7a542928e9f8
14 lines
547 B
Properties
14 lines
547 B
Properties
# This is causing issue with dependencies task: https://github.com/gradle/gradle/issues/9645#issuecomment-530746758
|
|
# org.gradle.configureondemand=true
|
|
org.gradle.daemon=true
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
|
|
org.gradle.parallel=true
|
|
|
|
android.useAndroidX=true
|
|
kotlin_version=1.6.10
|
|
|
|
# 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
|