Home
last modified time | relevance | path

Searched defs:getActiveRoute (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts31 const getActiveRoute = (state: State): { name: string; params?: object } => { constant
/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js35 const getActiveRoute = (state) => { function