react-native-awesome-av-player
TypeScript icon, indicating that this package has built-in type declarations

0.1.14 • Public • Published

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

  1. react-native-video
  2. react-native-orientation-locker
  3. react-native-music-control
  4. moti
  5. react-native-gesture-handler
  6. react-native-reanimated
  7. react-airplay
  8. react-native-google-cast

Known issues

  1. 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: ....
  2. 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

Package Sidebar

Install

npm i react-native-awesome-av-player

Weekly Downloads

0

Version

0.1.14

License

MIT

Unpacked Size

628 kB

Total Files

195

Last publish

Collaborators

  • owaiswiz