Home
last modified time | relevance | path

Searched refs:getRedirectPath (Results 1 – 3 of 3) sorted by relevance

/expo/docs/common/
H A Derror-utilities.test.ts1 import { getRedirectPath } from './error-utilities';
5 const newPath = getRedirectPath(redirectPath);
15 const newPath = getRedirectPath(redirectPath);
22 const newPath = getRedirectPath(redirectPath);
29 const newPath = getRedirectPath(redirectPath);
36 const newPath = getRedirectPath(redirectPath);
43 const newPath = getRedirectPath(redirectPath);
50 const newPath = getRedirectPath(redirectPath);
57 const newPath = getRedirectPath(redirectPath);
64 const newPath = getRedirectPath(redirectPath);
[all …]
H A Derror-utilities.ts3 export function getRedirectPath(redirectPath: string): string { function
/expo/docs/pages/
H A D_error.tsx7 import { getRedirectPath } from '~/common/error-utilities';
75 const newRedirectPath = getRedirectPath(pathname);