mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 12:34:17 +00:00
ca20fcd47d
Summary: The js bundle task does not run when `org.gradle.configureondemand` is set to true. This uses `afterEvaluate` instead of `gradle.projectsEvaluated` which is executed properly. Add `org.gradle.configureondemand=true`, run RNTester in release mode and make sure the bundle task is run. [ANDROID] [BUGFIX] [LOCATION] - Fix release bundle task when org.gradle.configureondemand=true Closes https://github.com/facebook/react-native/pull/18557 Differential Revision: D7396744 Pulled By: mdvacca fbshipit-source-id: 9ea134cb49e8a087cec16f82b990cd19af76785a
8 lines
243 B
INI
8 lines
243 B
INI
android.useDeprecatedNdk=true
|
|
org.gradle.parallel=true
|
|
org.gradle.configureondemand=true
|
|
MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
|
|
MYAPP_RELEASE_KEY_ALIAS=my-key-alias
|
|
MYAPP_RELEASE_STORE_PASSWORD=*****
|
|
MYAPP_RELEASE_KEY_PASSWORD=*****
|