https://github.com/mybigday/react-native-video-player
Video player for React Native
https://github.com/mybigday/react-native-video-player
Last synced: 2 months ago
JSON representation
Video player for React Native
- Host: GitHub
- URL: https://github.com/mybigday/react-native-video-player
- Owner: mybigday
- License: mit
- Created: 2023-08-24T09:54:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T12:11:31.000Z (7 months ago)
- Last Synced: 2025-03-23T09:48:30.342Z (3 months ago)
- Language: Kotlin
- Size: 437 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# @fugood/react-native-video-player
Video player for React Native.
Uses platform owned player API, and pay attention to the performance.## Installation
```sh
npm install @fugood/react-native-video-player
```## Usage
```js
import VideoPlayer from "@fugood/react-native-video-player";// ...
console.log("ready")}
onLoad={() => console.log("load")}
onProgress={() => console.log("progress")}
onEnd={() => console.log("end")}
onBuffer={() => console.log("buffering")}
style={{ width: 300, height: 300 }}
/>;
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
---
Built and maintained by BRICKS.