Skip to content

Commit

Permalink
upgrade ExpoSDK 51
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaaoo committed May 13, 2024
1 parent 65b1f00 commit fbc5da5
Show file tree
Hide file tree
Showing 6 changed files with 3,535 additions and 2,043 deletions.
11 changes: 11 additions & 0 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "bc991390-e718-43ce-8c10-a24fc7ad7244"
}
},
"runtimeVersion": {
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/bc991390-e718-43ce-8c10-a24fc7ad7244"
}
}
}
22 changes: 22 additions & 0 deletions example/eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"cli": {
"version": ">= 5.5.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"channel": "production"
}
},
"submit": {
"production": {}
}
}
Loading

0 comments on commit fbc5da5

Please sign in to comment.