1.0.24 • Published 9 months ago

react-native-doris-webview v1.0.24

Weekly downloads
-
License
CC-BY-SA-4.0
Repository
-
Last release
9 months ago

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>
  );
};
1.0.24

9 months ago

1.0.23

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.19

9 months ago

1.0.18

9 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago