summaryrefslogtreecommitdiff
path: root/eas.json
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-02 17:46:39 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-02 17:46:39 +0200
commit223eb659a73e2a42f119bdd197bcd41b00e4b09d (patch)
tree6e7e11ebbfa985b24141e37b21d7406302df4983 /eas.json
parent2d8e55fd49a7aca6ce46726a216aeb22089f142d (diff)
android: set up
Diffstat (limited to 'eas.json')
-rw-r--r--eas.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/eas.json b/eas.json
new file mode 100644
index 0000000..0ad80b5
--- /dev/null
+++ b/eas.json
@@ -0,0 +1,18 @@
+{
+ "cli": {
+ "version": ">= 11.0.3"
+ },
+ "build": {
+ "development": {
+ "developmentClient": true,
+ "distribution": "internal"
+ },
+ "preview": {
+ "distribution": "internal"
+ },
+ "production": {}
+ },
+ "submit": {
+ "production": {}
+ }
+}