Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/global-state/
H A Drouter-store.js31 storeSubscribers = new Set(); field in RouterStore
48 this.storeSubscribers.clear();
110 for (const subscriber of this.storeSubscribers) {
143 this.storeSubscribers.add(subscriber);
144 return () => this.storeSubscribers.delete(subscriber);
H A Drouter-store.d.ts25 storeSubscribers: Set<() => void>;
H A Drouter-store.js.map1storeSubscribers = new Set<() => void>();\n\n linkTo = linkTo.bind(this);\n getSortedRoutes = ge…
/expo/packages/expo-router/src/global-state/
H A Drouter-store.tsx40 storeSubscribers = new Set<() => void>();
63 this.storeSubscribers.clear();
140 for (const subscriber of this.storeSubscribers) {
182 this.storeSubscribers.add(subscriber);
183 return () => this.storeSubscribers.delete(subscriber);