UNPKG

react-native-audio-player-hooks

Version:

Audio player hooks & Utility Classes to play audio files, using libraries react-native-video, rxjs, with playlist handling, player controls.

41 lines (40 loc) 1.05 kB
{ "name": "react-native-audio-player-hooks", "version": "0.0.6", "description": "Audio player hooks & Utility Classes to play audio files, using libraries react-native-video, rxjs, with playlist handling, player controls.", "scripts": { "build": "tsc" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/fateh999/react-native-audio-player-hooks.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "AudioPlayer", "Mp3Player", "Playlist", "React", "Native" ], "author": "Fateh Farooqui", "license": "MIT", "peerDependencies": { "react-native": "*", "react": "*", "typescript": "*", "react-native-video": "*", "rxjs": "*", "@types/react-native": "*", "@types/react": "*", "@types/react-native-video": "*" }, "bugs": { "url": "https://github.com/fateh999/react-native-audio-player-hooks/issues" }, "homepage": "https://github.com/fateh999/react-native-audio-player-hooks#readme" }