Home
last modified time | relevance | path

Searched defs:rootState (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-router/build/global-state/
H A Drouter-store.d.ts19 rootState: ResultState | undefined; property in RouterStore
H A Drouting.js120 function getNavigatePushAction(state, rootState) { argument
H A Drouter-store.js25 rootState; field in RouterStore
/expo/packages/expo-router/src/global-state/
H A Drouting.ts72 const rootState = navigationRef.getRootState(); constant