https://github.com/thewidlarzgroup/react-native-video-player
A <VideoPlayer /> component for React Native with custom controls
https://github.com/thewidlarzgroup/react-native-video-player
hacktoberfest react-native video-player
Last synced: 2 months ago
JSON representation
A <VideoPlayer /> component for React Native with custom controls
- Host: GitHub
- URL: https://github.com/thewidlarzgroup/react-native-video-player
- Owner: TheWidlarzGroup
- License: mit
- Created: 2016-09-07T18:16:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T18:43:45.000Z (2 months ago)
- Last Synced: 2025-05-11T00:01:51.134Z (2 months ago)
- Topics: hacktoberfest, react-native, video-player
- Language: TypeScript
- Homepage: https://docs.thewidlarzgroup.com/react-native-video-player/
- Size: 105 MB
- Stars: 590
- Watchers: 18
- Forks: 319
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-video-player
🎥 `` component for React Native with a few controls. This player uses [react-native-video](https://github.com/TheWidlarzGroup/react-native-video) under the hood
Demo video
## Documentation
documentation is available at [docs.thewidlarzgroup.com/react-native-video-player/](https://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
```tsx
import VideoPlayer, { type VideoPlayerRef } from 'react-native-video-player';const playerRef = useRef(null);
console.log(e)}
showDuration={true}
/>
```## Future features
Check out our [Roadmap](https://github.com/TheWidlarzGroup/react-native-video-player/discussions/186) 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](https://discord.gg/WXuM4Tgb9X)## Enterprise Support
📱 react-native-video-player is provided as it is. For enterprise support or other business inquiries, please contact us 🤝. We can help you with the integration, customization and maintenance. We are providing both free and commercial support for this project. let's build something awesome together! 🚀
![]()