Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/build/
H A DNativeViewManagerAdapter.native.js21 function requireCachedNativeComponent(viewName) { function
43 const ReactNativeComponent = requireCachedNativeComponent(reactNativeViewName);
H A DNativeViewManagerAdapter.native.js.map1requireCachedNativeComponent<Props>(viewName: string): HostComponent<Props> {\n const cachedNativ…
/expo/packages/expo-modules-core/src/
H A DNativeViewManagerAdapter.native.tsx25 function requireCachedNativeComponent<Props>(viewName: string): HostComponent<Props> {
53 const ReactNativeComponent = requireCachedNativeComponent(reactNativeViewName);