Skip to content

Commit d4d768a

Browse files
authored
fix(examples/with-javascript-expo) tests: Update iOS version for simulator configuration in detoxrc
1 parent 2fd6b9f commit d4d768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-javascript-expo/.detoxrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = {
6161
type: 'ios.simulator',
6262
device: {
6363
type: 'iPhone SE (3rd generation)',
64-
os: 'iOS 18.0'
64+
os: 'iOS 18.6'
6565
}
6666
},
6767

0 commit comments

Comments
 (0)