0.1.14 • Published 2 years ago

@azesmway/react-native-rutube v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@azesmway/react-native-rutube

React Native Rutube plugin

Installation

npm install @azesmway/react-native-rutube react-native-webview

or

yarn add @azesmway/react-native-rutube react-native-webview

Usage

import RutubeView from "@azesmway/react-native-rutube";

// ...

<RutubeView
  source={'https://rutube.ru/video/3754df0851ce78756a6ca0e0a95689fc/'}
  width={400}
  height={200}
/>

// ...

Links supported

https://rutube.ru/video/3754df0851ce78756a6ca0e0a95689fc/
https://rutube.ru/play/embed/3754df0851ce78756a6ca0e0a95689fc
https://rutube.ru/pl/?pl_id&pl_type&pl_video=3754df0851ce78756a6ca0e0a95689fc

Props

  • source: string - url rutube video
  • width: number - Rutube width component
  • height: number - Rutube height component
  • webViewStyle?: ViewStyle - style for RutubeView
  • webViewProps?: {} - props for WebView

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago