UNPKG

react-native-webview

Version:

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

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