From bd0eb0c4cf9eab99f979f2f10cbdb8d76982de28 Mon Sep 17 00:00:00 2001 From: William Fernandes Dias Date: Wed, 24 Apr 2024 18:04:56 -0300 Subject: [PATCH] =?UTF-8?q?build:=20inckuir=20configura=C3=A7=C3=A3o=20par?= =?UTF-8?q?a=20cria=C3=A7=C3=A3o=20de=20builds=20com=20o=20Expo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eas.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 eas.json diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..9bb0333 --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 5.9.3" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +}