Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts694 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.js501 const nestedStateIndex = nestedState.index || nestedState.routes.length - 1; constant
502 …nestedState.routes[nestedStateIndex].state = createStateObject(initialRoute, route, routes.length …
504 nestedState = nestedState.routes[nestedStateIndex].state;
H A DgetStateFromPath.js.map1nestedStateIndex = nestedState.index || nestedState.routes.length - 1;\n\n nestedState.routes…