|
@@ -63,7 +63,7 @@
|
63
|
63
|
"@types/react": "16.x.x",
|
64
|
64
|
"@types/react-native": "0.57.7",
|
65
|
65
|
"@types/react-test-renderer": "16.x.x",
|
66
|
|
- "detox": "12.x.x",
|
|
66
|
+ "detox": "14.x.x",
|
67
|
67
|
"react-native-ui-lib": "3.24.2",
|
68
|
68
|
"handlebars": "4.x.x",
|
69
|
69
|
"jest": "24.0.0-alpha.6",
|
|
@@ -122,7 +122,7 @@
|
122
|
122
|
"ios.none": {
|
123
|
123
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
|
124
|
124
|
"type": "ios.none",
|
125
|
|
- "name": "iPhone X",
|
|
125
|
+ "name": "iPhone 11",
|
126
|
126
|
"session": {
|
127
|
127
|
"server": "ws://localhost:8099",
|
128
|
128
|
"sessionId": "playground"
|
|
@@ -132,13 +132,13 @@
|
132
|
132
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app",
|
133
|
133
|
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
|
134
|
134
|
"type": "ios.simulator",
|
135
|
|
- "name": "iPhone X"
|
|
135
|
+ "name": "iPhone 11"
|
136
|
136
|
},
|
137
|
137
|
"ios.sim.release": {
|
138
|
138
|
"binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app",
|
139
|
139
|
"build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground_release -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO",
|
140
|
140
|
"type": "ios.simulator",
|
141
|
|
- "name": "iPhone X"
|
|
141
|
+ "name": "iPhone 11"
|
142
|
142
|
},
|
143
|
143
|
"android.emu.debug": {
|
144
|
144
|
"binaryPath": "playground/android/app/build/outputs/apk/debug/app-debug.apk",
|