We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f964aa commit 6643e3bCopy full SHA for 6643e3b
1 file changed
apps/playground/rn-harness.config.mjs
@@ -20,7 +20,7 @@ const config = {
20
runners: [
21
androidPlatform({
22
name: 'android',
23
- device: androidEmulator('Pixel_8_API_33', {
+ device: androidEmulator('Pixel_8_API_35', {
24
apiLevel: 35,
25
profile: 'pixel_6',
26
diskSize: '1G',
@@ -40,7 +40,7 @@ const config = {
40
}),
41
applePlatform({
42
name: 'ios',
43
- device: appleSimulator('iPhone 16 Pro', '26.0'),
+ device: appleSimulator('iPhone 16 Pro', '18.6'),
44
bundleId: 'com.harnessplayground',
45
46
vegaPlatform({
@@ -49,7 +49,7 @@ const config = {
49
bundleId: 'com.playground',
50
51
],
52
- defaultRunner: 'ios',
+ defaultRunner: 'android',
53
bridgeTimeout: 120000,
54
webSocketPort: 3002,
55
0 commit comments