Skip to content

Commit

Permalink
feat: add eas configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
szarbartosz committed Nov 5, 2024
1 parent fb68035 commit b390712
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"plugins": ["expo-router"],
"experiments": {
"typedRoutes": true
},
"extra": {
"eas": {
"projectId": "035020a4-6a82-446e-8ea4-dbb9a99c0f83"
}
}
}
}
21 changes: 21 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"cli": {
"version": ">= 12.6.2",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {}
}
}

0 comments on commit b390712

Please sign in to comment.