зеркало из https://github.com/microsoft/rnx-kit.git
chore(deps): update dependency react-native-test-app to v1.6.8 (#1825)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
This commit is contained in:
Родитель
6bcaaaa8ab
Коммит
cfd0b5fab8
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
---
|
|
@ -1,6 +1,7 @@
|
|||
buildscript {
|
||||
def androidTestAppDir = "../../../node_modules/react-native-test-app/android"
|
||||
apply(from: "${androidTestAppDir}/dependencies.gradle")
|
||||
apply(from: "${androidTestAppDir}/test-app-util.gradle")
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
@ -9,5 +10,21 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:${androidPluginVersion}")
|
||||
|
||||
if (isNewArchitectureEnabled(project)) {
|
||||
classpath("com.facebook.react:react-native-gradle-plugin")
|
||||
classpath("de.undercouch:gradle-download-task:5.1.0")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url("${rootDir}/../../../node_modules/react-native/android")
|
||||
}
|
||||
mavenCentral()
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,5 +39,15 @@ android.enableJetifier=true
|
|||
# Native defaults to. To disable Flipper, set it to `false`.
|
||||
#FLIPPER_VERSION=0.125.0
|
||||
|
||||
# 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=true
|
||||
|
||||
# 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
|
||||
|
|
|
@ -9918,9 +9918,9 @@ react-native-screens@~3.11.1:
|
|||
warn-once "^0.1.0"
|
||||
|
||||
react-native-test-app@^1.3.5:
|
||||
version "1.5.0"
|
||||
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.5.0.tgz#a504a71246555234a18c02cab454d2a57950e914"
|
||||
integrity sha512-Z+zJjnwnqE/H36aFRKLgjyjrCRanB2R5gN8j33VclBiw9tP6O3lC7iCEewJlKVyRkPzMDOdL0EM18hcx6snqsg==
|
||||
version "1.6.8"
|
||||
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.6.8.tgz#eb1aff281db67551b8a1c1113d1f915f8f4e117c"
|
||||
integrity sha512-GGqh4ldgmt8CEXeeZyl1jkkDNWBfU5Upge6l11/BQUv5g3sbQqIF+QDSxl2Tf2r8KlSLGyzguPbsEJ5DF0/YOA==
|
||||
dependencies:
|
||||
ajv "^8.0.0"
|
||||
chalk "^4.1.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче