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" + } + } +}