Searched refs:linkTo (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/expo-router/build/global-state/ |
| H A D | routing.js | 26 exports.linkTo = exports.setParams = exports.canGoBack = exports.goBack = exports.replace = exports… 37 return this.linkTo((0, href_1.resolveHref)(url)); 41 return this.linkTo((0, href_1.resolveHref)(url), 'REPLACE'); 66 function linkTo(href, event) { function 106 exports.linkTo = linkTo;
|
| H A D | routing.d.ts | 8 export declare function linkTo(this: RouterStore, href: string, event?: string): void;
|
| H A D | router-store.d.ts | 26 linkTo: any;
|
| H A D | router-store.js | 32 linkTo = routing_1.linkTo.bind(this); field in RouterStore
|
| H A D | routing.js.map | 1 …linkTo(resolveHref(url));\n}\n\nexport function replace(this: RouterStore, url: Href) {\n return …
|
| H A D | router-store.js.map | 1 …linkTo, push, replace, setParams } from './routing';\nimport { getSortedRoutes } from './sort-rout…
|
| /expo/packages/expo-router/build/link/ |
| H A D | useLinkToPathProps.js | 27 const { linkTo } = (0, router_store_1.useExpoRouter)(); 38 linkTo(props.href, props.replace ? 'REPLACE' : undefined);
|
| H A D | useLinkToPathProps.js.map | 1 …linkTo } = useExpoRouter();\n\n const onPress = (e?: React.MouseEvent<HTMLAnchorElement, MouseEve…
|
| /expo/packages/expo-router/src/global-state/ |
| H A D | routing.ts | 19 return this.linkTo(resolveHref(url)); 23 return this.linkTo(resolveHref(url), 'REPLACE'); 48 export function linkTo(this: RouterStore, href: string, event?: string) { function
|
| H A D | router-store.tsx | 8 import { canGoBack, goBack, linkTo, push, replace, setParams } from './routing'; 42 linkTo = linkTo.bind(this);
|
| /expo/packages/expo-router/src/link/ |
| H A D | useLinkToPathProps.tsx | 33 const { linkTo } = useExpoRouter(); 46 linkTo(props.href, props.replace ? 'REPLACE' : undefined);
|