UNPKG

react-native-webview-bypass-ssl-errors

Version:

React Native WebView component for iOS, Android, macOS, and Windows. Uses for local development with self-signed SSL certificates or with any endpoints that have some bad SSL certificates

7 lines 298 B
import React from 'react'; import { IOSWebViewProps } from './WebViewTypes'; declare const WebView: React.ForwardRefExoticComponent<IOSWebViewProps & React.RefAttributes<{}>> & { isFileUploadSupported: () => Promise<boolean>; }; export default WebView; //# sourceMappingURL=WebView.ios.d.ts.map