Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 457 Bytes

File metadata and controls

27 lines (16 loc) · 457 Bytes

react-native-mediaplayer-avplayer

Android MediaPlayer, iOS AVPlayer

Installation

npm install react-native-mediaplayer-avplayer

Usage

import MediaplayerAvplayer from "react-native-mediaplayer-avplayer";

// ...

const result = await MediaplayerAvplayer.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT