diff --git a/eas.json b/eas.json index 12c203b..30eae47 100644 --- a/eas.json +++ b/eas.json @@ -6,7 +6,10 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "ios": { + "simulator": true + } }, "preview": { "distribution": "internal"