Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/build/
H A DNativeViewManagerAdapter.native.js15 const nativeComponentsCache = new Map(); constant
22 const cachedNativeComponent = nativeComponentsCache.get(viewName);
25 nativeComponentsCache.set(viewName, nativeComponent);
H A DNativeViewManagerAdapter.native.js.map1nativeComponentsCache = new Map<string, HostComponent<any>>();\n\n/**\n * Requires a React Native …
/expo/packages/expo-modules-core/src/
H A DNativeViewManagerAdapter.native.tsx18 const nativeComponentsCache = new Map<string, HostComponent<any>>();
26 const cachedNativeComponent = nativeComponentsCache.get(viewName);
30 nativeComponentsCache.set(viewName, nativeComponent);