Skip to content

Commit

Permalink
eas config
Browse files Browse the repository at this point in the history
  • Loading branch information
lporras committed Feb 24, 2024
1 parent 94c0789 commit 9e67137
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"permissions": [],
"versionCode": 7
},
"githubUrl": "https://github.com/ICI-Santiago/gedeon-app-mobile"
"githubUrl": "https://github.com/ICI-Santiago/gedeon-app-mobile",
"extra": {
"eas": {
"projectId": "808557ec-ae35-4161-9c26-710774c6b350"
}
}
}
}
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 7.3.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}

0 comments on commit 9e67137

Please sign in to comment.