react-native-webview-ignore-ssl
TypeScript icon, indicating that this package has built-in type declarations

10.11.0 • Public • Published

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

/react-native-webview-ignore-ssl/

    Package Sidebar

    Install

    npm i react-native-webview-ignore-ssl

    Weekly Downloads

    0

    Version

    10.11.0

    License

    MIT

    Unpacked Size

    1.6 MB

    Total Files

    234

    Last publish

    Collaborators

    • vbbarbosa97