Home
last modified time | relevance | path

Searched refs:normalizeUrl (Results 1 – 10 of 10) sorted by relevance

/expo/home/components/
H A DSnacksListItem.tsx31 Linking.openURL(UrlUtils.normalizeUrl(url));
35 const message = UrlUtils.normalizeUrl(url);
H A DShareProjectButton.tsx17 const message = UrlUtils.normalizeUrl(url);
H A DUpdateListItem.tsx24 Linking.openURL(UrlUtils.toExp(UrlUtils.normalizeUrl(manifestPermalink)));
H A DProjectsListItem.tsx59 Linking.openURL(UrlUtils.normalizeUrl(fullName));
/expo/home/screens/HomeScreen/DevelopmentServerListItem/
H A Dindex.tsx61 Linking.openURL(UrlUtils.normalizeUrl(url));
66 const message = UrlUtils.normalizeUrl(url);
/expo/home/utils/
H A DUrlUtils.ts7 export function normalizeUrl(rawUrl: string): string { function
/expo/home/screens/BranchDetailsScreen/
H A DBranchHeader.tsx36 Linking.openURL(UrlUtils.toExp(UrlUtils.normalizeUrl(props.manifestPermalink!)));
/expo/home/screens/HomeScreen/RecentlyOpenedListItem/
H A Dindex.tsx21 const message = UrlUtils.normalizeUrl(url);
/expo/home/screens/HomeScreen/
H A DDevelopmentServersOpenURL.tsx46 const normalizedUrl = UrlUtils.normalizeUrl(url);
/expo/home/screens/ProjectScreen/
H A DLegacyLaunchSection.tsx62 Linking.openURL(UrlUtils.normalizeUrl(app.fullName));