UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

6 lines (5 loc) 191 B
import React from 'react'; /** * A drop-in replacement for `requireNativeComponent`. */ export declare function requireNativeViewManager<P = any>(viewName: string): React.ComponentType<P>;