diff options
author | Ansh <anshnanda10@gmail.com> | 2023-04-11 12:14:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 12:14:28 -0700 |
commit | a20d034ba5b18c4512f3a36f733bb5cd2199424e (patch) | |
tree | 976e3e25f08a43d6a71a6d31c3cee7a94a0fae57 /eas.json | |
parent | 76132ca4dc939ac3722d8e047f86ae39b96ef36d (diff) | |
download | voidsky-a20d034ba5b18c4512f3a36f733bb5cd2199424e.tar.zst |
Expo Updates (#426)
* install expo-updates * configure expo-updates
Diffstat (limited to 'eas.json')
-rw-r--r-- | eas.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/eas.json b/eas.json index 8301da1c4..43d71be57 100644 --- a/eas.json +++ b/eas.json @@ -8,18 +8,21 @@ "distribution": "internal", "ios": { "resourceClass": "m-medium" - } + }, + "channel": "development" }, "preview": { "distribution": "internal", "ios": { "resourceClass": "m-medium" - } + }, + "channel": "preview" }, "production": { "ios": { "resourceClass": "m-medium" - } + }, + "channel": "production" } }, "submit": { |