Skip to content

Commit 94078f7

Browse files
committed
bump react-native-test-app for custom Kotlin verson
1 parent 75066de commit 94078f7

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

example/android/gradle.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,19 @@ android.enableJetifier=true
3131
# Native defaults to. To disable Flipper, set it to `false`.
3232
#FLIPPER_VERSION=0.125.0
3333

34+
# Enable Fabric at runtime.
35+
#USE_FABRIC=1
36+
37+
# Enable new architecture, i.e. Fabric + TurboModule - implies USE_FABRIC=1.
38+
# Note that this is incompatible with web debugging.
39+
#newArchEnabled=true
40+
3441
# Uncomment the line below if building react-native from source
3542
#ANDROID_NDK_VERSION=21.4.7075529
3643

44+
# Version of Kotlin to build against.
45+
KOTLIN_VERSION=1.6.21
46+
3747
# This is an example of how you can change default DB size (6MB) to 10MB
3848
#AsyncStorage_db_size_in_MB=10
3949

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"react-native": "^0.68.0-0",
8888
"react-native-builder-bob": "^0.18.0",
8989
"react-native-macos": "^0.68.0-0",
90-
"react-native-test-app": "^1.5.0",
90+
"react-native-test-app": "^1.6.5",
9191
"react-native-web": "^0.17.0",
9292
"react-native-windows": "^0.68.0-0",
9393
"react-test-renderer": "17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9882,10 +9882,10 @@ react-native-macos@^0.68.0-0:
98829882
whatwg-fetch "^3.0.0"
98839883
ws "^6.1.4"
98849884

9885-
react-native-test-app@^1.5.0:
9886-
version "1.5.0"
9887-
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.5.0.tgz#a504a71246555234a18c02cab454d2a57950e914"
9888-
integrity sha512-Z+zJjnwnqE/H36aFRKLgjyjrCRanB2R5gN8j33VclBiw9tP6O3lC7iCEewJlKVyRkPzMDOdL0EM18hcx6snqsg==
9885+
react-native-test-app@^1.6.5:
9886+
version "1.6.5"
9887+
resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-1.6.5.tgz#3be30cb706c0ff51771fbf8ea68002962bb8cb98"
9888+
integrity sha512-BVVqQYelY+M7GMCOnajsKy+FOMduG33vEIAQoDAzGovMezLlswKmeKQUHpad568ipJGyipIWIiQPQ5f3EFYh3Q==
98899889
dependencies:
98909890
ajv "^8.0.0"
98919891
chalk "^4.1.0"

0 commit comments

Comments
 (0)