Skip to content

Commit fb5d4bd

Browse files
committed
adjust running on sim
1 parent 6273469 commit fb5d4bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/simple-camera/rn-harness.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const androidDeviceMode =
3131
const iosBundleId =
3232
process.env.HARNESS_IOS_BUNDLE_ID ?? 'com.margelo.nitro.camera.example.simple'
3333
const iosSimulatorName = process.env.HARNESS_IOS_SIMULATOR ?? 'iPhone 16 Pro'
34-
const iosSimulatorVersion = process.env.HARNESS_IOS_SIMULATOR_VERSION ?? '18.0'
34+
const iosSimulatorVersion = process.env.HARNESS_IOS_SIMULATOR_VERSION ?? '18.5'
3535
const iosPhysicalDeviceName = process.env.HARNESS_IOS_DEVICE_NAME ?? 'iPhone'
3636
const iosMetroHostInput = process.env.HARNESS_IOS_METRO_HOST?.trim() ?? ''
3737
const iosMetroPort = process.env.HARNESS_IOS_METRO_PORT ?? '8081'

0 commit comments

Comments
 (0)