Skip to content

Commit 568be58

Browse files
fix: update emulator configurations for Android and iOS in rn-harness.config.mjs
1 parent 3a7b84b commit 568be58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/rn-harness.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ const config = {
2020
runners: [
2121
androidPlatform({
2222
name: 'android',
23-
device: androidEmulator('Pixel_6'),
23+
device: androidEmulator('Pixel_API_35'),
2424
bundleId: 'mendixnative.example',
2525
}),
2626
applePlatform({
2727
name: 'ios',
28-
device: appleSimulator('iPhone 17', '26.0'),
28+
device: appleSimulator('iPhone 17', '26.2'),
2929
bundleId: 'mendixnative.example',
3030
}),
3131
],

0 commit comments

Comments
 (0)