From 5e8cc5fe70083b76ebddc664ba3be546a48c776e Mon Sep 17 00:00:00 2001 From: HIMANSHU Date: Thu, 18 Apr 2024 22:31:33 +0530 Subject: [PATCH] Added eas json file --- eas.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 eas.json diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..f6746ca --- /dev/null +++ b/eas.json @@ -0,0 +1,16 @@ +{ + "build": { + "release": { + "workflow": "generic", + "distribution": "store", + "releaseChannel": "default", + "credentialsSource": "auto" + }, + "preview": { + "workflow": "generic", + "distribution": "internal", + "releaseChannel": "preview", + "credentialsSource": "auto" + } + } +}