10.11.0 • Published 2 years ago

react-native-webview-ignore-ssl v10.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Native WebView sem validação do SSL

Usage

Import the WebView component from react-native-webview and use it like so:

import React, { Component } from "react";
import { StyleSheet, Text, View } from "react-native";
import { WebView } from "react-native-webview";

// ...
class MyWebComponent extends Component {
  render() {
    return <WebView source={{ uri: "https://reactnative.dev/" }} />;
  }
}

License

MIT