diff --git a/eas.json b/eas.json index 1e4b176..f7df485 100644 --- a/eas.json +++ b/eas.json @@ -8,7 +8,12 @@ "distribution": "internal" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "preview": { + "android": { + "buildType": "apk" + } + } }, "production": {} },