Searched refs:routeNode (Results 1 – 8 of 8) sorted by relevance
20 routeNode; field in RouterStore49 this.routeNode = (0, getRoutes_1.getRoutes)(context);50 …this.rootComponent = this.routeNode ? (0, useScreens_1.getQualifiedRouteComponent)(this.routeNode)…52 if (!this.routeNode && process.env.NODE_ENV === 'production') {56 if (this.routeNode) {57 this.linking = (0, getLinkingConfig_1.getLinkingConfig)(this.routeNode);135 return !this.routeNode && process.env.NODE_ENV === 'development';
6 if (!this.routeNode) {9 return this.routeNode.children.filter((route) => !route.internal).sort(Route_1.sortRoutes);
1 …this: RouterStore) {\n if (!this.routeNode) {\n throw new Error('No routes found');\n }\n\n …
14 routeNode: RouteNode | null; property in RouterStore
1 …routeNode!: RouteNode | null;\n rootComponent!: ComponentType;\n linking: ExpoLinkingOptions | u…
5 if (!this.routeNode) {9 return this.routeNode.children.filter((route) => !route.internal).sort(sortRoutes);
26 routeNode!: RouteNode | null;65 this.routeNode = getRoutes(context);67 this.rootComponent = this.routeNode ? getQualifiedRouteComponent(this.routeNode) : Fragment;70 if (!this.routeNode && process.env.NODE_ENV === 'production') {76 if (this.routeNode) {77 this.linking = getLinkingConfig(this.routeNode!);88 // There is no routeNode, so we will be showing the onboarding screen173 return !this.routeNode && process.env.NODE_ENV === 'development';
11 routeNode: null,32 routeNode: expect.objectContaining({