Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 413 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 413 Bytes

react-native-ir-player

React Native VLC Player (Video/Audio Player) based on VLC

Installation

npm install rn-vlc-plyr

Usage

import VideoPlayer from "rn-vlc-plyr";

// ...

const VideoComponent = () => (
  <VideoPlayer...
);

Contributing

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

License

MIT