Skip to content

Commit

Permalink
feat: link to expo project
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 27, 2024
1 parent 239a26d commit fb98c25
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ export default {
experiments: {
typedRoutes: true,
},
"extra": {
"eas": {
updates: {
url: "https://u.expo.dev/6002db10-a1bc-4c3a-9332-f42d17dbd6a2"
},
runtimeVersion: {
policy: "appVersion"
},
extra: {
eas: {
"projectId": "6002db10-a1bc-4c3a-9332-f42d17dbd6a2"
}
}
Expand Down

0 comments on commit fb98c25

Please sign in to comment.