UNPKG

react-native-webview

Version:

React Native WebView component for iOS, Android, macOS, and Windows

7 lines (4 loc) 226 B
import { requireNativeComponent } from 'react-native'; import type { NativeWebViewMacOS } from './WebViewTypes'; const RNCWebView: typeof NativeWebViewMacOS = requireNativeComponent('RNCWebView'); export default RNCWebView;