From 79722f7356fa8e633cfda683857100f10409bcbd Mon Sep 17 00:00:00 2001 From: piotrruss Date: Fri, 20 May 2022 00:51:30 +0100 Subject: configure eas, improve top bar --- eas.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 eas.json (limited to 'eas.json') diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..f4721ac --- /dev/null +++ b/eas.json @@ -0,0 +1,21 @@ +{ + "build": { + "preview": { + "android": { + "buildType": "apk" + } + }, + "preview2": { + "android": { + "gradleCommand": ":app:assembleRelease" + } + }, + "preview3": { + "developmentClient": true + }, + "production": {} + }, + "cli": { + "version": ">= 0.52.0" + } +} -- cgit v1.2.3