Skip to content

Commit f7da7f0

Browse files
committed
fix: use iOS 26.2 playground target
Set the default playground iOS simulator runtime to 26.2.
1 parent 2307050 commit f7da7f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/playground/rn-harness.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default {
7979
}),
8080
applePlatform({
8181
name: 'ios',
82-
device: appleSimulator('iPhone 17 Pro', '26.4'),
82+
device: appleSimulator('iPhone 17 Pro', '26.2'),
8383
bundleId: 'com.harnessplayground',
8484
}),
8585
applePlatform({

0 commit comments

Comments
 (0)