Searched refs:createStateObject (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-router/src/fork/ |
| H A D | getStateFromPath.ts | 645 const createStateObject = ( constant 686 const state: InitialState = createStateObject(initialRoute, route, routes.length === 0); 696 nestedState.routes[nestedStateIndex].state = createStateObject(
|
| /expo/packages/expo-router/build/fork/ |
| H A D | getStateFromPath.js | 469 const createStateObject = (initialRoute, route, isEmpty) => { function 496 const state = createStateObject(initialRoute, route, routes.length === 0); 502 …nestedState.routes[nestedStateIndex].state = createStateObject(initialRoute, route, routes.length …
|
| H A D | getStateFromPath.js.map | 1 …createStateObject = (\n initialRoute: string | undefined,\n route: ParsedRoute,\n isEmpty: bool…
|