react-native-video-player v0.16.2
What do you need from the video UI controls library?
As we approach the end of 2024, we've started working on the roadmap for this project. This means it's not dead—it was just waiting for the perfect moment! Please share your enthusiasm and feedback here: https://github.com/TheWidlarzGroup/react-native-video-player/discussions/186
react-native-video-player
🎥 <VideoPlayer />
component for React Native with a few controls. This player uses react-native-video under the hood
Documentation
documentation is available at docs.thewidlarzgroup.com/react-native-video-player/
Installation
yarn add react-native-video-player react-native-video
or
npm install --save react-native-video-player react-native-video
Then, install pods
cd ios
pod install
Example
import VideoPlayer, { type VideoPlayerRef } from 'react-native-video-player';
const playerRef = useRef<VideoPlayerRef>(null);
<VideoPlayer
ref={playerRef}
endWithThumbnail
thumbnail={{
uri: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg',
}}
source={{
uri: 'https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
}}
onError={(e) => console.log(e)}
showDuration={true}
/>
Future features
Check out our Roadmap for what's coming up next! We're always working on new features and improvements, so stay tuned!
Community support
We have a discord server where you can ask questions and get help. Join the discord server
Enterprise Support
5 months ago
4 months ago
3 months ago
3 months ago
6 months ago
6 months ago
6 months ago
6 months ago
3 years ago
3 years ago
4 years ago
5 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago