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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
10.11.00latest

Version History

VersionDownloads (Last 7 Days)Published
10.11.00
10.10.00

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