Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts689 let nestedState = state;
694 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1;
696 nestedState.routes[nestedStateIndex].state = createStateObject(
703 nestedState = nestedState.routes[nestedStateIndex].state as InitialState;
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js498 let nestedState = state; variable
501 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1;
502nestedState.routes[nestedStateIndex].state = createStateObject(initialRoute, route, routes.length …
504 nestedState = nestedState.routes[nestedStateIndex].state;
H A DgetStateFromPath.js.map1nestedState = state;\n\n while ((route = routes.shift() as ParsedRoute)) {\n initialRoute …