UNPKG

react-native-webview

Version:

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

9 lines (6 loc) 231 B
import { requireNativeComponent } from "react-native"; import type { NativeWebViewMacOS } from "./WebViewTypes"; const RNCWebView: typeof NativeWebViewMacOS = requireNativeComponent( 'RNCWebView', ); export default RNCWebView;