UNPKG

react-native-web-audio

Version:

Provides basic sample playback and recording.

36 lines 826 B
{ "name": "react-native-web-audio", "version": "0.0.0-alpha.1", "description": "Provides basic sample playback and recording.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://docs.expo.io/versions/latest/sdk/audio/", "author": "Expo <support@expo.io> (https://expo.io)", "keywords": [ "react-native-audio", "expo-audio", "code", "native", "react", "react-native", "react-native-web", "expo", "expo-web", "official" ], "license": "ISC", "nativePackage": true, "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-av" }, "dependencies": { "expo-av": "*" }, "bugs": { "url": "https://github.com/expo/expo/issues" } }