An open API service indexing awesome lists of open source software.

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

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.