Skip to content

Commit 55c4907

Browse files
committed
attempt to fix expo tests
1 parent 20276ca commit 55c4907

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration/templates/expo-web/metro.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ const getClerkExpoPath = () => {
1919
return clerkExpoPath.replace('file:', '');
2020
}
2121

22+
if (clerkExpoPath?.startsWith('link:')) {
23+
return clerkExpoPath.replace('link:', '');
24+
}
25+
2226
return undefined;
2327
};
2428

0 commit comments

Comments
 (0)