Home
last modified time | relevance | path

Searched refs:useURL (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-linking/build/
H A DLinking.d.ts61 export declare function useURL(): string | null;
H A DLinking.js107 export function useURL() { function
H A DLinking.js.map1useURL()`](#useurl) hook instead.\n * @param type The only valid type is `'url'`.\n * @param handl…
/expo/packages/expo-linking/src/
H A DLinking.ts118 export function useURL(): string | null { function
/expo/apps/native-component-list/src/screens/
H A DLinkingScreen.tsx71 const url = Linking.useURL();
/expo/packages/expo-linking/
H A DCHANGELOG.md105 - `useURL` hook now cleans up `addEventListener` via `remove` rather than `removeEventListener` ([#…
153 - Replace useUrl with useURL and update documentation. ([#12310](https://github.com/expo/expo/pull/…
/expo/docs/pages/guides/
H A Dlinking.mdx233 Links that launched your app can be observed using the `Linking.useURL` React hook:
240 const url = Linking.useURL();
259 const url = Linking.useURL();