Skip to content

Commit 63b1513

Browse files
committed
revert: restore playground crash runner simulator config
1 parent f69b379 commit 63b1513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/playground/rn-harness.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default {
8282
}),
8383
applePlatform({
8484
name: 'ios-crash-pre-rn',
85-
device: appleSimulator('iPhone 17 Pro', '26.2'),
85+
device: appleSimulator('iPhone 16 Pro', '18.6'),
8686
bundleId: 'com.harnessplayground',
8787
appLaunchOptions: {
8888
environment: {
@@ -92,7 +92,7 @@ export default {
9292
}),
9393
applePlatform({
9494
name: 'ios-crash-delayed',
95-
device: appleSimulator('iPhone 17 Pro', '26.2'),
95+
device: appleSimulator('iPhone 16 Pro', '18.6'),
9696
bundleId: 'com.harnessplayground',
9797
appLaunchOptions: {
9898
environment: {

0 commit comments

Comments
 (0)