react-native-webview
Version:
React Native WebView component for iOS, Android, macOS, and Windows
7 lines (4 loc) • 305 B
text/typescript
import { requireNativeComponent } from 'react-native';
import type { NativeWebViewWindows } from './WebViewTypes';
export const RCTWebView: typeof NativeWebViewWindows = requireNativeComponent('RCTWebView');
export const RCTWebView2: typeof NativeWebViewWindows = requireNativeComponent('RCTWebView2');