From 01491ed7b36ac82e0ef8d3c048c5c9bbf2e0f031 Mon Sep 17 00:00:00 2001 From: Maarten Date: Mon, 5 Aug 2024 12:00:16 +0200 Subject: [PATCH] Add preview profile --- eas.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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": {} },