Skip to content

Commit 51c59f9

Browse files
fix: eas build devclient (#115)
1 parent e12ffe6 commit 51c59f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
2121
},
2222
updates: {
2323
fallbackToCacheTimeout: 0,
24-
url: 'https://u.expo.dev/72fdf440-59f1-493d-96e3-4afad8d7a045',
24+
url: `https://u.expo.dev/${Env.EAS_PROJECT_ID}`,
2525
},
2626
runtimeVersion: {
2727
policy: 'appVersion',
@@ -52,6 +52,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
5252
fonts: ['./assets/fonts/Inter.ttf'],
5353
},
5454
],
55+
'expo-dev-client',
5556
'expo-localization',
5657
'expo-router',
5758
[

0 commit comments

Comments
 (0)