- Easy usage
- Easy to configure
- Beauty UI
More information about installation of react-native-webview, click here
$ yarn add react-native-webview
or
$ npm install --save react-native-webview
More information about installation of clipboard, click here
$ yarn add @react-native-community/clipboard
or
$ npm install --save @react-native-community/clipboard
Link native dependencies of @react-native-community/clipboard and @react-native-community/react-native-webview. If your react native verison is lower than 0.60.x, you must check the official documentation of these packages to link correctly.
$ cd ios && pod install
$ yarn add react-native-livestream-webview
or
$ npm install --save react-native-livestream-webview
You must install @react-native-community/react-native-webview package correctly before use this package. For more information, please click here
You must install @react-native-community/clipboard package correctly before use this package. For more information, please click here
For menu component, I took advantages of this resource. More information about this resource, please click here