diff --git a/MobileApp/eas.json b/MobileApp/eas.json new file mode 100644 index 0000000000..bbabbc87ef --- /dev/null +++ b/MobileApp/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 3.0.0" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +}