Skip to content

Commit

Permalink
chore: build and preview for expo
Browse files Browse the repository at this point in the history
  • Loading branch information
siradji committed Aug 17, 2023
1 parent 2f7fb24 commit a218380
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/expo-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ jobs:
Built with commit ${{ github.sha }}
https://expo.io/@defichain/wallet?release-channel=pr-preview-${{ github.event.number }}
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 4.1.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
Empty file removed expo-preview.yml
Empty file.

0 comments on commit a218380

Please sign in to comment.