react-native-rukolix-video-player
v1.0.3
Published
A Rukolix customizable video player for React Native & Expo
Downloads
29
Maintainers
Readme
react-native-rukolix-rukolix-video-player
A Rukolix video player for React Native & Expo with customizable overlays, gesture support, and more.
Install
npm install react-native-rukolix-video-player
expo install expo-av expo-brightness
npm install @react-native-community/sliderUsage
import RukolixVideoPlayer from "react-native-rukolix-video-player";
<RukolixVideoPlayer
source="https://www.w3schools.com/html/mov_bbb.mp4"
title="My Movie"
onClose={() => console.log("Closed!")}
renderTopBar={({ title, onClose }) => <YourCustomTopBarComponent />}
renderBottomBar={({ status, togglePlayPause, formatTime }) => (
<YourCustomBottomBarComponent />
)}
extraCenterButtons={<YourExtraCenterButtons />}
theme={{ primary: "#E50914", secondary: "#FFF" }}
/>;License
MIT
