diff --git a/client/eas.json b/client/eas.json new file mode 100644 index 0000000..68da1e2 --- /dev/null +++ b/client/eas.json @@ -0,0 +1,25 @@ +{ + "cli": { + "version": ">= 5.2.0" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal", + "android": { + "buildType": "apk" + } + }, + "production": { + "android": { + "buildType": "apk" + } + } + }, + "submit": { + "production": {} + } +}