Home
last modified time | relevance | path

Searched refs:useUnstableGlobalHref (Results 1 – 11 of 11) sorted by relevance

/expo/packages/expo-router/build/
H A Dhooks.js6 …earchParams = exports.usePathname = exports.useSegments = exports.useUnstableGlobalHref = exports.…
37 function useUnstableGlobalHref() { function
40 exports.useUnstableGlobalHref = useUnstableGlobalHref;
H A Dexports.d.ts2 export { useRouter, useUnstableGlobalHref, usePathname, useGlobalSearchParams, useLocalSearchParams…
H A Dhooks.d.ts11 export declare function useUnstableGlobalHref(): string;
H A Dexports.js3 …s = exports.useGlobalSearchParams = exports.usePathname = exports.useUnstableGlobalHref = exports.…
10 …ableGlobalHref", { enumerable: true, get: function () { return hooks_1.useUnstableGlobalHref; } });
H A Dexports.js.map1 …or, Slot } from './views/Navigator';\n\nexport {\n useRouter,\n useUnstableGlobalHref,\n usePat…
H A Dhooks.js.map1 …becomes `https://acme.dev/foobar?hey=world`\n */\nexport function useUnstableGlobalHref(): string …
/expo/packages/expo-router/src/
H A Dexports.ts6 useUnstableGlobalHref,
H A Dhooks.ts39 export function useUnstableGlobalHref(): string { function
/expo/packages/expo-router/src/head/
H A DExpoHead.ios.tsx6 import { useLocalSearchParams, useUnstableGlobalHref, usePathname, useSegments } from '../hooks';
21 const pathname = useUnstableGlobalHref();
/expo/packages/expo-router/build/head/
H A DExpoHead.ios.js22 const pathname = (0, hooks_1.useUnstableGlobalHref)();
H A DExpoHead.ios.js.map1useUnstableGlobalHref, usePathname, useSegments } from '../hooks';\n\nfunction urlToId(url: string…