Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/auser/rnaudioplayer

React Native Audio player
https://github.com/auser/rnaudioplayer

Last synced: 25 days ago
JSON representation

React Native Audio player

Awesome Lists containing this project

README

        

# RNAudioPlayer
React Native Audio player

Really simple audio player for react-native

## Usage

```js
AudioManager.playSystemSound(1105);
AudioManager.vibrate();
```