We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12ffe6 commit 51c59f9Copy full SHA for 51c59f9
app.config.ts
@@ -21,7 +21,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
21
},
22
updates: {
23
fallbackToCacheTimeout: 0,
24
- url: 'https://u.expo.dev/72fdf440-59f1-493d-96e3-4afad8d7a045',
+ url: `https://u.expo.dev/${Env.EAS_PROJECT_ID}`,
25
26
runtimeVersion: {
27
policy: 'appVersion',
@@ -52,6 +52,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
52
fonts: ['./assets/fonts/Inter.ttf'],
53
54
],
55
+ 'expo-dev-client',
56
'expo-localization',
57
'expo-router',
58
[
0 commit comments