File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ buildscript {
42
42
mavenCentral()
43
43
jcenter()
44
44
}
45
- ext. kotlinVersion = ' 1.5.31'
46
45
47
46
dependencies {
48
47
classpath " com.android.tools.build:gradle:$androidPluginVersion "
48
+ // kotlinVersion is applied from react-native-test-app's dependencies.gradle script
49
49
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
50
50
}
51
51
}
Original file line number Diff line number Diff line change 88
88
"react-native" : " 0.63.4" ,
89
89
"react-native-builder-bob" : " ^0.18.0" ,
90
90
"react-native-macos" : " ^0.63.4" ,
91
- "react-native-test-app" : " ^0.9.0 " ,
91
+ "react-native-test-app" : " ^0.9.5 " ,
92
92
"react-native-web" : " ~0.12.0" ,
93
93
"react-native-windows" : " ^0.63.41" ,
94
94
"react-test-renderer" : " 16.13.1" ,
Original file line number Diff line number Diff line change @@ -297,13 +297,12 @@ const AsyncStorage = {
297
297
298
298
for ( let i = 0 ; i < reqLength ; i ++ ) {
299
299
const request = getRequests [ i ] ;
300
- const requestKeys = request . keys ;
301
300
if ( error ) {
302
301
request . callback && request . callback ( error ) ;
303
302
request . reject && request . reject ( error ) ;
304
303
continue ;
305
304
}
306
- const requestResult = requestKeys . map ( ( key ) => [ key , map [ key ] ] ) ;
305
+ const requestResult = request . keys . map ( ( key ) => [ key , map [ key ] ] ) ;
307
306
request . callback && request . callback ( null , requestResult ) ;
308
307
request . resolve && request . resolve ( requestResult ) ;
309
308
}
Original file line number Diff line number Diff line change @@ -11835,15 +11835,16 @@ react-native-safe-area-context@~3.0.7:
11835
11835
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-3.0.7.tgz#0f53de7a30d626d82936000f3f6db374ecc4b800"
11836
11836
integrity sha512-dqhRTlIFe5+P1yxitj0C9XVUxLqOmjomeqzUSSY8sNOWVjtIhEY/fl4ZKYpAVnktd8dt3zl13XmJTmRmy3d0uA==
11837
11837
11838
- react-native-test-app@^0.9.0 :
11839
- version "0.9.0 "
11840
- resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-0.9.0 .tgz#fd8669fd34703a02bfdab9ba7a98268002cc2fa4 "
11841
- integrity sha512-HMI15lJqWZEOA1O5VvzxYG7mEzuKhkztxarWqVibUhcgOsK3U8fidq2+b18E1BiFpaDI+4zppkib/+/5LTjReQ ==
11838
+ react-native-test-app@^0.9.5 :
11839
+ version "0.9.11 "
11840
+ resolved "https://registry.yarnpkg.com/react-native-test-app/-/react-native-test-app-0.9.11 .tgz#685c1252a4133531ba9590dbed0fa92c9fa5da35 "
11841
+ integrity sha512-XpysqX3UBb182ctcm02keNc0gjrS+Ae8kYfhZzR53zm3JqMY3gAluAmHwEKFzeHrGaL0mWtvvMTutex+VF1Ttw ==
11842
11842
dependencies:
11843
11843
chalk "^4.1.0"
11844
11844
prompts "^2.4.0"
11845
11845
rimraf "^3.0.0"
11846
11846
semver "^7.3.5"
11847
+ uuid "^8.3.2"
11847
11848
yargs "^16.0.0"
11848
11849
11849
11850
react-native-web@~0.12.0:
@@ -14122,7 +14123,7 @@ uuid@^7.0.3:
14122
14123
resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b"
14123
14124
integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==
14124
14125
14125
- uuid@^8.3.0:
14126
+ uuid@^8.3.0, uuid@^8.3.2 :
14126
14127
version "8.3.2"
14127
14128
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
14128
14129
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
You can’t perform that action at this time.
0 commit comments