Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/global-state/
H A Drouter-store.d.ts39 subscribeToStore: (subscriber: () => void) => () => boolean;
H A Drouter-store.js142 subscribeToStore = (subscriber) => { field in RouterStore
159 …return (0, react_1.useSyncExternalStore)(exports.store.subscribeToStore, exports.store.snapshot, e…
H A Drouter-store.js.map1subscribeToStore = (subscriber: () => void) => {\n this.storeSubscribers.add(subscriber);\n …
/expo/packages/expo-router/src/global-state/
H A Drouter-store.tsx181 subscribeToStore = (subscriber: () => void) => {
199 return useSyncExternalStore(store.subscribeToStore, store.snapshot, store.snapshot);