From c27111960d6302a220bbcdafdb1c5c93cdf96825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Stefa=C5=84czyk?= Date: Wed, 8 May 2024 14:36:59 +0200 Subject: [PATCH] fix: properly configure eas github integration (#325) --- eas.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/eas.json b/eas.json index 7d4ed1ac0..ddd64e3cd 100644 --- a/eas.json +++ b/eas.json @@ -7,9 +7,11 @@ "developmentClient": true, "distribution": "internal", "ios": { + "image": "latest", "simulator": true }, "android": { + "image": "latest", "buildType": "apk" }, "env": { @@ -23,10 +25,20 @@ "APP_VARIANT": "test" }, "android": { + "image": "latest", "buildType": "apk" + }, + "ios": { + "image": "latest" } }, "production": { + "android": { + "image": "latest" + }, + "ios": { + "image": "latest" + }, "channel": "production", "env": { "APP_VARIANT": "production"