rn-vlc-plyr icon indicating copy to clipboard operation
rn-vlc-plyr copied to clipboard

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

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