/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
private/helloworld/android/gradle.properties
13 строк
435 B
Mathieu Acthernoene
Add edge-to-edge opt-in support (#52088)
27 июн 2025, 16:16
27 июн 2025, 16:16
09ef774
Код
Авторство
О чём код?
# Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m org.gradle.parallel=true android.useAndroidX=true reactNativeArchitectures=arm64-v8a newArchEnabled=true hermesEnabled=true edgeToEdgeEnabled=false