Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/auser/rnaudioplayer
- Owner: auser
- Created: 2015-05-12T19:15:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T07:12:14.000Z (over 9 years ago)
- Last Synced: 2024-11-11T12:06:12.092Z (3 months ago)
- Language: Objective-C
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RNAudioPlayer
React Native Audio playerReally simple audio player for react-native
## Usage
```js
AudioManager.playSystemSound(1105);
AudioManager.vibrate();
```