Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Sep 15, 2023
2 parents 8980d12 + 3e72f91 commit ee0e711
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/mobile/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@ export default {
projectId: "1fb41809-af21-48d4-9a9b-f39d83c209f1",
},
},
plugins: [
[
"expo-updates",
{
username: "bloombooks",
},
],
],
updates: {
// For expo-updates
url: "https://u.expo.dev/1fb41809-af21-48d4-9a9b-f39d83c209f1",
},
runtimeVersion: {
policy: "appVersion",
},
experiments: {
tsconfigPaths: true,
},
Expand Down

0 comments on commit ee0e711

Please sign in to comment.