UNPKG

@unimodules/react-native-adapter

Version:

The adapter to use universal modules with the React Native bridge

3 lines (2 loc) 128 B
import React from 'react'; export declare function requireNativeViewManager<P = any>(viewName: string): React.ComponentType<P>;