0.1.14 • Published 1 year ago

react-native-awesome-av-player v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago