about summary refs log tree commit diff
path: root/eas.json
diff options
context:
space:
mode:
authorAnsh <anshnanda10@gmail.com>2023-04-11 12:14:28 -0700
committerGitHub <noreply@github.com>2023-04-11 12:14:28 -0700
commita20d034ba5b18c4512f3a36f733bb5cd2199424e (patch)
tree976e3e25f08a43d6a71a6d31c3cee7a94a0fae57 /eas.json
parent76132ca4dc939ac3722d8e047f86ae39b96ef36d (diff)
downloadvoidsky-a20d034ba5b18c4512f3a36f733bb5cd2199424e.tar.zst
Expo Updates (#426)
* install expo-updates

* configure expo-updates
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json9
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": {