mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
14ccf6bc9c
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44876 We probably don't need Jetifier anymore at this point. Also see: https://github.com/react-native-community/template/pull/9 Changelog: [Internal] [Changed] - Remove `android.enableJetifier` Reviewed By: rshest Differential Revision: D58416487 fbshipit-source-id: f60c58aaf17b90c610959589fcd46026979c749a
13 lines
411 B
Properties
13 lines
411 B
Properties
# 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
|