From a2183809835389a1192704ffd9da67a931e40266 Mon Sep 17 00:00:00 2001 From: Suraj Auwal Date: Thu, 17 Aug 2023 17:31:42 +0100 Subject: [PATCH] chore: build and preview for expo --- .github/workflows/expo-preview.yml | 1 - eas.json | 18 ++++++++++++++++++ expo-preview.yml | 0 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 eas.json delete mode 100644 expo-preview.yml diff --git a/.github/workflows/expo-preview.yml b/.github/workflows/expo-preview.yml index a1d130b..4971ae0 100644 --- a/.github/workflows/expo-preview.yml +++ b/.github/workflows/expo-preview.yml @@ -43,4 +43,3 @@ jobs: Built with commit ${{ github.sha }} - https://expo.io/@defichain/wallet?release-channel=pr-preview-${{ github.event.number }} diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..7aec05f --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 4.1.2" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +} diff --git a/expo-preview.yml b/expo-preview.yml deleted file mode 100644 index e69de29..0000000