Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/
H A DuseScreens.js100 let getLoadable;
107getLoadable = (props, ref) => (react_1.default.createElement(react_1.default.Suspense, { fallback:… function
120 getLoadable = (props, ref) => (react_1.default.createElement(SyncComponent, { ...props,
132 const loadable = getLoadable(props, ref);
H A DuseScreens.js.map1getLoadable: (props: any, ref: any) => JSX.Element;\n\n // TODO: This ensures sync doesn't use Re…
/expo/packages/expo-router/src/
H A DuseScreens.tsx163 let getLoadable: (props: any, ref: any) => JSX.Element;
173 getLoadable = (props: any, ref: any) => (
193 getLoadable = (props: any, ref: any) => (
219 const loadable = getLoadable(props, ref);