Skip to content

Commit 9a7f414

Browse files
committed
Remove expo-router alert launching the app
1 parent 1d60884 commit 9a7f414

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/polycentric/app.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,12 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
5353
...(HAS_GOOGLE_SERVICES && { googleServicesFile: GOOGLE_SERVICES_FILE }),
5454
},
5555
plugins: [
56-
'expo-router',
56+
[
57+
'expo-router',
58+
{
59+
origin: 'https://harbor.social',
60+
},
61+
],
5762
[
5863
'expo-splash-screen',
5964
{

0 commit comments

Comments
 (0)