Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/
H A Dhooks.js28 canGoBack: router_store_1.store.canGoBack, property
/expo/packages/expo-router/src/global-state/
H A Drouting.ts31 export function canGoBack(this: RouterStore): boolean { function
/expo/packages/expo-router/build/global-state/
H A Drouting.js49 function canGoBack() { function
H A Drouter-store.js35 canGoBack = routing_1.canGoBack.bind(this); field in RouterStore