Searched refs:useUnstableGlobalHref (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | hooks.js | 6 …earchParams = exports.usePathname = exports.useSegments = exports.useUnstableGlobalHref = exports.… 37 function useUnstableGlobalHref() { function 40 exports.useUnstableGlobalHref = useUnstableGlobalHref;
|
| H A D | exports.d.ts | 2 export { useRouter, useUnstableGlobalHref, usePathname, useGlobalSearchParams, useLocalSearchParams…
|
| H A D | hooks.d.ts | 11 export declare function useUnstableGlobalHref(): string;
|
| H A D | exports.js | 3 …s = exports.useGlobalSearchParams = exports.usePathname = exports.useUnstableGlobalHref = exports.… 10 …ableGlobalHref", { enumerable: true, get: function () { return hooks_1.useUnstableGlobalHref; } });
|
| H A D | exports.js.map | 1 …or, Slot } from './views/Navigator';\n\nexport {\n useRouter,\n useUnstableGlobalHref,\n usePat…
|
| H A D | hooks.js.map | 1 …becomes `https://acme.dev/foobar?hey=world`\n */\nexport function useUnstableGlobalHref(): string …
|
| /expo/packages/expo-router/src/ |
| H A D | exports.ts | 6 useUnstableGlobalHref,
|
| H A D | hooks.ts | 39 export function useUnstableGlobalHref(): string { function
|
| /expo/packages/expo-router/src/head/ |
| H A D | ExpoHead.ios.tsx | 6 import { useLocalSearchParams, useUnstableGlobalHref, usePathname, useSegments } from '../hooks'; 21 const pathname = useUnstableGlobalHref();
|
| /expo/packages/expo-router/build/head/ |
| H A D | ExpoHead.ios.js | 22 const pathname = (0, hooks_1.useUnstableGlobalHref)();
|
| H A D | ExpoHead.ios.js.map | 1 …useUnstableGlobalHref, usePathname, useSegments } from '../hooks';\n\nfunction urlToId(url: string…
|