UNPKG

react-native-webview

Version:

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

9 lines (6 loc) 309 B
import { requireNativeComponent } from 'react-native'; import type { NativeWebViewWindows } from './WebViewTypes'; export const RCTWebView: typeof NativeWebViewWindows = requireNativeComponent('RCTWebView'); export const RCTWebView2: typeof NativeWebViewWindows = requireNativeComponent('RCTWebView2');