React Native VLC Player (Video/Audio Player) based on VLC
npm install rn-vlc-plyr
import VideoPlayer from "rn-vlc-plyr";
// ...
const VideoComponent = () => (
<VideoPlayer...
);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT