File tree Expand file tree Collapse file tree 3 files changed +1350
-1160
lines changed Expand file tree Collapse file tree 3 files changed +1350
-1160
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ default config for macOS: &macos_defaults
24
24
<< : *defaults
25
25
resource_class : ' medium'
26
26
macos :
27
- xcode : ' 10.1.0 '
27
+ xcode : ' 11.7 '
28
28
29
29
default config for android apk builds : &android_defaults
30
30
<< : *defaults
Original file line number Diff line number Diff line change 68
68
"@react-native-community/cli-platform-android" : " ^3.1.0" ,
69
69
"@react-native-community/cli-platform-ios" : " ^3.1.0" ,
70
70
"@react-native-community/eslint-config" : " ^0.0.5" ,
71
- "babel-jest" : " ^24.9.0 " ,
71
+ "babel-jest" : " ^26.5.2 " ,
72
72
"babel-plugin-module-resolver" : " 3.1.3" ,
73
- "detox" : " 12.6.1 " ,
73
+ "detox" : " 16.7.2 " ,
74
74
"eslint" : " 5.1.0" ,
75
75
"expo" : " 36.0.2" ,
76
76
"flow-bin" : " 0.105.2" ,
77
- "jest" : " ^24.9.0 " ,
77
+ "jest" : " ^26.5.3 " ,
78
78
"metro" : " 0.56.4" ,
79
79
"metro-react-native-babel-preset" : " ^0.56.0" ,
80
80
"react" : " 16.9.0" ,
97
97
"configurations" : {
98
98
"ios" : {
99
99
"binaryPath" : " example/ios/build/Build/Products/Release-iphonesimulator/AsyncStorageExample.app" ,
100
- "build" : " .circleci/scripts/run_ios_e2e.sh \" iPhone X \" " ,
100
+ "build" : " .circleci/scripts/run_ios_e2e.sh \" iPhone 11 \" " ,
101
101
"type" : " ios.simulator" ,
102
- "name" : " iPhone X "
102
+ "name" : " iPhone 11 "
103
103
},
104
104
"android" : {
105
105
"binaryPath" : " example/android/app/build/outputs/apk/release/app-release.apk" ,
You can’t perform that action at this time.
0 commit comments