Home
last modified time | relevance | path

Searched refs:getRouteInfo (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-router/build/global-state/
H A Drouter-store.js67 this.routeInfo = this.getRouteInfo(this.initialState);
117 const nextRouteInfo = exports.store.getRouteInfo(state);
122 getRouteInfo(state) { method in RouterStore
H A Drouter-store.d.ts35 getRouteInfo(state: ResultState): UrlObject;
H A Drouter-store.js.map1getRouteInfo(this.initialState);\n } else {\n this.routeInfo = {\n unstable_globalH…
/expo/packages/expo-router/src/global-state/
H A Drouter-store.tsx92 this.routeInfo = this.getRouteInfo(this.initialState);
149 const nextRouteInfo = store.getRouteInfo(state);
156 getRouteInfo(state: ResultState) {