File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Expand file tree Collapse file tree 3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,19 @@ android.enableJetifier=true
31
31
# Native defaults to. To disable Flipper, set it to `false`.
32
32
# FLIPPER_VERSION=0.125.0
33
33
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
+
34
41
# Uncomment the line below if building react-native from source
35
42
# ANDROID_NDK_VERSION=21.4.7075529
36
43
44
+ # Version of Kotlin to build against.
45
+ KOTLIN_VERSION =1.6.21
46
+
37
47
# This is an example of how you can change default DB size (6MB) to 10MB
38
48
# AsyncStorage_db_size_in_MB=10
39
49
Original file line number Diff line number Diff line change 87
87
"react-native" : " ^0.68.0-0" ,
88
88
"react-native-builder-bob" : " ^0.18.0" ,
89
89
"react-native-macos" : " ^0.68.0-0" ,
90
- "react-native-test-app" : " ^1.5.0 " ,
90
+ "react-native-test-app" : " ^1.6.5 " ,
91
91
"react-native-web" : " ^0.17.0" ,
92
92
"react-native-windows" : " ^0.68.0-0" ,
93
93
"react-test-renderer" : " 17.0.2" ,
Original file line number Diff line number Diff line change @@ -9882,10 +9882,10 @@ react-native-macos@^0.68.0-0:
9882
9882
whatwg-fetch "^3.0.0"
9883
9883
ws "^6.1.4"
9884
9884
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 ==
9889
9889
dependencies:
9890
9890
ajv "^8.0.0"
9891
9891
chalk "^4.1.0"
You can’t perform that action at this time.
0 commit comments