Home
last modified time | relevance | path

Searched refs:shouldShowTutorial (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-router/build/global-state/
H A Drouter-store.d.ts36 shouldShowTutorial(): boolean;
H A Drouter-store.js134 shouldShowTutorial() { method in RouterStore
H A Drouter-store.js.map1 … In production we should have errored during the initialization\n shouldShowTutorial() {\n ret…
/expo/packages/expo-router/build/
H A DExpoRoot.js71 if (store.shouldShowTutorial()) {
H A DExpoRoot.js.map1 … useInitializeExpoRouter(context, initialLocation);\n\n if (store.shouldShowTutorial()) {\n Sp…
/expo/packages/expo-router/src/
H A DExpoRoot.tsx68 if (store.shouldShowTutorial()) {
/expo/packages/expo-router/src/global-state/
H A Drouter-store.tsx172 shouldShowTutorial() {