react-native-awesome-av-player
v0.1.14
Published
Powerful react-native video player that uses react-native-video but adds nicer controls, slider, chromecast, airplay and more.
Downloads
15
Readme
react-native-awesome-av-player
Powerful react-native video player that uses react-native-video but adds nicer controls, slider, chromecast, airplay and more.
Installation
npm install react-native-awesome-av-player
Peer dependencies
- react-native-video
- react-native-orientation-locker
- react-native-music-control
- moti
- react-native-gesture-handler
- react-native-reanimated
- react-airplay
- react-native-google-cast
Known issues
- On android, when going fullscreen, status bar is not hidden. This is because we use react native's Modal component where hiding the status bar does not work. Possible workaround: ....
- slider thumb jumps outside of bound - https://github.com/alantoa/react-native-awesome-slider/issues/17
Usage
import { multiply } from "react-native-awesome-av-player";
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT