Skip to content

Commit 6643e3b

Browse files
committed
chore: revert changes
1 parent 1f964aa commit 6643e3b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/playground/rn-harness.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
runners: [
2121
androidPlatform({
2222
name: 'android',
23-
device: androidEmulator('Pixel_8_API_33', {
23+
device: androidEmulator('Pixel_8_API_35', {
2424
apiLevel: 35,
2525
profile: 'pixel_6',
2626
diskSize: '1G',
@@ -40,7 +40,7 @@ const config = {
4040
}),
4141
applePlatform({
4242
name: 'ios',
43-
device: appleSimulator('iPhone 16 Pro', '26.0'),
43+
device: appleSimulator('iPhone 16 Pro', '18.6'),
4444
bundleId: 'com.harnessplayground',
4545
}),
4646
vegaPlatform({
@@ -49,7 +49,7 @@ const config = {
4949
bundleId: 'com.playground',
5050
}),
5151
],
52-
defaultRunner: 'ios',
52+
defaultRunner: 'android',
5353
bridgeTimeout: 120000,
5454
webSocketPort: 3002,
5555

0 commit comments

Comments
 (0)