Home
last modified time | relevance | path

Searched refs:ExpoRoot (Results 1 – 20 of 20) sorted by relevance

/expo/packages/expo-router/src/
H A Dqualified-entry.tsx7 import { ExpoRoot } from './ExpoRoot';
15 <ExpoRoot context={ctx} />
H A Dexports.ts23 export { ExpoRoot } from './ExpoRoot';
H A DExpoRoot.tsx33 export function ExpoRoot({ wrapper: ParentWrapper = Fragment, ...props }: ExpoRootProps) {
/expo/packages/expo-router/build/
H A DExpoRoot.d.ts.map1 {"version":3,"file":"ExpoRoot.d.ts","sourceRoot":"","sources":["../src/ExpoRoot.tsx"],"names":[],"m…
H A Dqualified-entry.js.map1ExpoRoot } from './ExpoRoot';\nimport { Head } from './head';\nimport { ctx } from '../_ctx';\n\n/…
H A DExpoRoot.js29 exports.ExpoRoot = void 0;
47 function ExpoRoot({ wrapper: ParentWrapper = react_1.Fragment, ...props }) { class
65 exports.ExpoRoot = ExpoRoot;
H A DExpoRoot.d.ts10 export declare function ExpoRoot({ wrapper: ParentWrapper, ...props }: ExpoRootProps): JSX.Element; function
H A Dexports.d.ts7 export { ExpoRoot } from './ExpoRoot';
H A Dqualified-entry.js18 react_1.default.createElement(ExpoRoot_1.ExpoRoot, { context: _ctx_1.ctx })));
H A Dexports.js3 …orts.SplashScreen = exports.ErrorBoundary = exports.Unmatched = exports.ExpoRoot = exports.Slot = …
26 …perty(exports, "ExpoRoot", { enumerable: true, get: function () { return ExpoRoot_1.ExpoRoot; } });
H A Dexports.js.map1 …nexport { Navigator, Slot };\n\n// Expo Router Views\nexport { ExpoRoot } from './ExpoRoot';\nexpo…
H A DExpoRoot.js.map1ExpoRoot.js","sourceRoot":"","sources":["../src/ExpoRoot.tsx"],"names":[],"mappings":";;;;;;;;;;;;…
/expo/packages/expo-router/src/testing-library/
H A Dindex.tsx15 import { ExpoRoot } from '../ExpoRoot';
85 const result = render(<ExpoRoot context={ctx} location={location} />, {
/expo/docs/pages/router/reference/
H A Dtroubleshooting.mdx29 import { ExpoRoot } from 'expo-router';
34 return <ExpoRoot context={ctx} />;
/expo/packages/expo-router/src/static/
H A DrenderStaticContent.tsx17 import { ExpoRoot } from '../ExpoRoot';
25 AppRegistry.registerComponent('App', () => ExpoRoot);
/expo/packages/expo-router/build/testing-library/
H A Dindex.js.map1ExpoRoot } from '../ExpoRoot';\nimport { stateCache } from '../getLinkingConfig';\nimport { store …
H A Dindex.js62 …const result = (0, react_native_1.render)(react_1.default.createElement(ExpoRoot_1.ExpoRoot, { con…
/expo/packages/expo-router/src/__tests__/
H A Dhooks.test.node.tsx5 import { ExpoRoot, router } from '../exports';
28 <ExpoRoot
/expo/packages/expo-router/build/static/
H A DrenderStaticContent.js50 react_native_web_1.AppRegistry.registerComponent('App', () => ExpoRoot_1.ExpoRoot);
H A DrenderStaticContent.js.map1ExpoRoot } from '../ExpoRoot';\nimport { getNavigationConfig } from '../getLinkingConfig';\nimport…