From 5ea159f9af4d9ef770b4e1fd5726791231d20845 Mon Sep 17 00:00:00 2001 From: Thomas Pearson <119269574+thomas-pearson-mattr@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:41:22 +1300 Subject: [PATCH] ci(detox-ios): go back to iPhone 11 --- wrappers/react-native/example/.detoxrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/react-native/example/.detoxrc.json b/wrappers/react-native/example/.detoxrc.json index d7f947da..4f854b9f 100644 --- a/wrappers/react-native/example/.detoxrc.json +++ b/wrappers/react-native/example/.detoxrc.json @@ -31,7 +31,7 @@ "simulator": { "type": "ios.simulator", "device": { - "type": "iPhone 15" + "type": "iPhone 11" } }, "emulator": {