Searched refs:ExpoRoot (Results 1 – 20 of 20) sorted by relevance
| /expo/packages/expo-router/src/ |
| H A D | qualified-entry.tsx | 7 import { ExpoRoot } from './ExpoRoot'; 15 <ExpoRoot context={ctx} />
|
| H A D | exports.ts | 23 export { ExpoRoot } from './ExpoRoot';
|
| H A D | ExpoRoot.tsx | 33 export function ExpoRoot({ wrapper: ParentWrapper = Fragment, ...props }: ExpoRootProps) {
|
| /expo/packages/expo-router/build/ |
| H A D | ExpoRoot.d.ts.map | 1 {"version":3,"file":"ExpoRoot.d.ts","sourceRoot":"","sources":["../src/ExpoRoot.tsx"],"names":[],"m…
|
| H A D | qualified-entry.js.map | 1 …ExpoRoot } from './ExpoRoot';\nimport { Head } from './head';\nimport { ctx } from '../_ctx';\n\n/…
|
| H A D | ExpoRoot.js | 29 exports.ExpoRoot = void 0; 47 function ExpoRoot({ wrapper: ParentWrapper = react_1.Fragment, ...props }) { class 65 exports.ExpoRoot = ExpoRoot;
|
| H A D | ExpoRoot.d.ts | 10 export declare function ExpoRoot({ wrapper: ParentWrapper, ...props }: ExpoRootProps): JSX.Element; function
|
| H A D | exports.d.ts | 7 export { ExpoRoot } from './ExpoRoot';
|
| H A D | qualified-entry.js | 18 react_1.default.createElement(ExpoRoot_1.ExpoRoot, { context: _ctx_1.ctx })));
|
| H A D | exports.js | 3 …orts.SplashScreen = exports.ErrorBoundary = exports.Unmatched = exports.ExpoRoot = exports.Slot = … 26 …perty(exports, "ExpoRoot", { enumerable: true, get: function () { return ExpoRoot_1.ExpoRoot; } });
|
| H A D | exports.js.map | 1 …nexport { Navigator, Slot };\n\n// Expo Router Views\nexport { ExpoRoot } from './ExpoRoot';\nexpo…
|
| H A D | ExpoRoot.js.map | 1 …ExpoRoot.js","sourceRoot":"","sources":["../src/ExpoRoot.tsx"],"names":[],"mappings":";;;;;;;;;;;;…
|
| /expo/packages/expo-router/src/testing-library/ |
| H A D | index.tsx | 15 import { ExpoRoot } from '../ExpoRoot'; 85 const result = render(<ExpoRoot context={ctx} location={location} />, {
|
| /expo/docs/pages/router/reference/ |
| H A D | troubleshooting.mdx | 29 import { ExpoRoot } from 'expo-router'; 34 return <ExpoRoot context={ctx} />;
|
| /expo/packages/expo-router/src/static/ |
| H A D | renderStaticContent.tsx | 17 import { ExpoRoot } from '../ExpoRoot'; 25 AppRegistry.registerComponent('App', () => ExpoRoot);
|
| /expo/packages/expo-router/build/testing-library/ |
| H A D | index.js.map | 1 …ExpoRoot } from '../ExpoRoot';\nimport { stateCache } from '../getLinkingConfig';\nimport { store …
|
| H A D | index.js | 62 …const result = (0, react_native_1.render)(react_1.default.createElement(ExpoRoot_1.ExpoRoot, { con…
|
| /expo/packages/expo-router/src/__tests__/ |
| H A D | hooks.test.node.tsx | 5 import { ExpoRoot, router } from '../exports'; 28 <ExpoRoot
|
| /expo/packages/expo-router/build/static/ |
| H A D | renderStaticContent.js | 50 react_native_web_1.AppRegistry.registerComponent('App', () => ExpoRoot_1.ExpoRoot);
|
| H A D | renderStaticContent.js.map | 1 …ExpoRoot } from '../ExpoRoot';\nimport { getNavigationConfig } from '../getLinkingConfig';\nimport…
|