Searched refs:nativeComponentsCache (Results 1 – 3 of 3) sorted by relevance
15 const nativeComponentsCache = new Map(); constant22 const cachedNativeComponent = nativeComponentsCache.get(viewName);25 nativeComponentsCache.set(viewName, nativeComponent);
1 …nativeComponentsCache = new Map<string, HostComponent<any>>();\n\n/**\n * Requires a React Native …
18 const nativeComponentsCache = new Map<string, HostComponent<any>>();26 const cachedNativeComponent = nativeComponentsCache.get(viewName);30 nativeComponentsCache.set(viewName, nativeComponent);