react-native-doris-webview

1.0.24 • Public • Published

React Native Doris WebView

PRs are welcome! Version CC BY-SA 4.0

Usage

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

import React from "react";
import { View } from "react-native";
import WebView from "react-native-doris-webview";

const MyComponent = () => {
  return (
    <View style={{ flex: 1 }}>
      <WebView url="https://reactnative.dev/" />
    </View>
  );
};

Package Sidebar

Install

npm i react-native-doris-webview

Weekly Downloads

14

Version

1.0.24

License

CC-BY-SA-4.0

Unpacked Size

618 kB

Total Files

124

Last publish

Collaborators

  • rafaelcavalcante