diff --git a/eas.json b/eas.json index e70ac43..b31ba8b 100644 --- a/eas.json +++ b/eas.json @@ -3,6 +3,13 @@ "version": ">= 3.0.0" }, "build": { + "development": { + "developmentClient": true, + "distribution": "internal", + "android": { + "buildType": "apk" + } + }, "preview": { "android": { "buildType": "apk"