Home
last modified time | relevance | path

Searched refs:qualifiedStore (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-router/build/
H A DuseScreens.js94 const qualifiedStore = new WeakMap(); constant
97 if (qualifiedStore.has(value)) {
98 return qualifiedStore.get(value);
136 qualifiedStore.set(value, QualifiedRoute);
H A DuseScreens.js.map1qualifiedStore = new WeakMap<RouteNode, React.ComponentType<any>>();\n\n/** Wrap the component wit…
/expo/packages/expo-router/src/
H A DuseScreens.tsx155 const qualifiedStore = new WeakMap<RouteNode, React.ComponentType<any>>();
159 if (qualifiedStore.has(value)) {
160 return qualifiedStore.get(value)!;
227 qualifiedStore.set(value, QualifiedRoute);