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

5 lines (4 loc) 144 B
// This files provides compatibility without tree platform. import { WebView } from 'react-native'; export { WebView }; export default WebView;