Searched refs:useURL (Results 1 – 7 of 7) sorted by relevance
61 export declare function useURL(): string | null;
107 export function useURL() { function
1 …useURL()`](#useurl) hook instead.\n * @param type The only valid type is `'url'`.\n * @param handl…
118 export function useURL(): string | null { function
71 const url = Linking.useURL();
105 - `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/…
233 Links that launched your app can be observed using the `Linking.useURL` React hook:240 const url = Linking.useURL();259 const url = Linking.useURL();