Home
last modified time | relevance | path

Searched refs:ErrorBoundaryProps (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-router/build/views/
H A DErrorBoundary.d.ts2 import { ErrorBoundaryProps } from './Try';
3 export declare function ErrorBoundary({ error, retry }: ErrorBoundaryProps): JSX.Element;
H A DTry.d.ts3 export type ErrorBoundaryProps = { alias
10 catch: React.ComponentType<ErrorBoundaryProps>;
H A DTry.js.map1ErrorBoundaryProps = {\n /** Retry rendering the component by clearing the `error` state. */\n r…
H A DErrorBoundary.js.map1ErrorBoundaryProps } from './Try';\nimport { Link } from '../link/Link';\n\nlet useMetroSymbolicat…
/expo/packages/expo-router/build/
H A DRoute.d.ts2 import type { ErrorBoundaryProps } from './exports';
9 ErrorBoundary?: React.ComponentType<ErrorBoundaryProps>;
H A Dexports.d.ts9 export { ErrorBoundaryProps } from './views/Try';
H A DRoute.js.map1ErrorBoundaryProps } from './exports';\nimport { getContextKey } from './matchers';\nimport { sort…
H A Dexports.js.map1 …poRoot';\nexport { Unmatched } from './views/Unmatched';\nexport { ErrorBoundaryProps } from './vi…
/expo/packages/expo-router/src/views/
H A DTry.tsx6 export type ErrorBoundaryProps = {
16 catch: React.ComponentType<ErrorBoundaryProps>;
H A DErrorBoundary.tsx8 import { ErrorBoundaryProps } from './Try';
85 export function ErrorBoundary({ error, retry }: ErrorBoundaryProps) {
/expo/packages/expo-router/src/
H A Dexports.ts25 export { ErrorBoundaryProps } from './views/Try';
H A DRoute.tsx3 import type { ErrorBoundaryProps } from './exports';
10 ErrorBoundary?: React.ComponentType<ErrorBoundaryProps>;
/expo/docs/pages/routing/
H A Derror-handling.mdx46 export function ErrorBoundary(props: ErrorBoundaryProps) {
74 <APIBox header="ErrorBoundaryProps">