Skip to content

Commit 2fd6b9f

Browse files
authored
fix(examples/with-typescript-react-native) tests: Update iOS simulator configuration in detoxrc
1 parent b3ab037 commit 2fd6b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/with-typescript-react-native/.detoxrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ module.exports = {
5959
simulator_18: {
6060
type: 'ios.simulator',
6161
device: {
62-
os: 'iOS 18.0'
62+
type: 'iPhone SE (3rd generation)',
63+
os: 'iOS 18.6'
6364
}
6465
},
6566

0 commit comments

Comments
 (0)