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
2424 << : *defaults
2525 resource_class : ' medium'
2626 macos :
27- xcode : ' 10.1.0 '
27+ xcode : ' 11.7 '
2828
2929default config for android apk builds : &android_defaults
3030 << : *defaults
Original file line number Diff line number Diff line change 6868 "@react-native-community/cli-platform-android" : " ^3.1.0" ,
6969 "@react-native-community/cli-platform-ios" : " ^3.1.0" ,
7070 "@react-native-community/eslint-config" : " ^0.0.5" ,
71- "babel-jest" : " ^24.9.0 " ,
71+ "babel-jest" : " ^26.5.2 " ,
7272 "babel-plugin-module-resolver" : " 3.1.3" ,
73- "detox" : " 12.6.1 " ,
73+ "detox" : " 16.7.2 " ,
7474 "eslint" : " 5.1.0" ,
7575 "expo" : " 36.0.2" ,
7676 "flow-bin" : " 0.105.2" ,
77- "jest" : " ^24.9.0 " ,
77+ "jest" : " ^26.5.3 " ,
7878 "metro" : " 0.56.4" ,
7979 "metro-react-native-babel-preset" : " ^0.56.0" ,
8080 "react" : " 16.9.0" ,
9797 "configurations" : {
9898 "ios" : {
9999 "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 \" " ,
101101 "type" : " ios.simulator" ,
102- "name" : " iPhone X "
102+ "name" : " iPhone 11 "
103103 },
104104 "android" : {
105105 "binaryPath" : " example/android/app/build/outputs/apk/release/app-release.apk" ,
You can’t perform that action at this time.
0 commit comments