UNPKG

@dashdoc/react-native-system-sounds

Version:

A module to play system sounds and beeps for React Native on iOS and Android (no sound files).

69 lines (68 loc) 1.82 kB
{ "name": "@dashdoc/react-native-system-sounds", "title": "React Native System Sounds", "version": "2.0.0", "description": "A module to play system sounds and beeps for React Native on iOS and Android (no sound files).", "homepage": "https://github.com/Dashdoc/react-native-system-sounds#readme", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "README.md", "build", "android/build.gradle", "android/src", "ios/RNSystemSounds.podspec", "ios/RNSystemSoundsModule.swift", "expo-module.config.json" ], "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "repository": { "type": "git", "url": "git+https://github.com/Dashdoc/react-native-system-sounds.git", "baseUrl": "https://github.com/Dashdoc/react-native-system-sounds" }, "keywords": [ "react-native", "ios", "android", "system", "audio", "sound", "sounds", "beep", "beeps" ], "author": { "name": "Dashdoc", "email": "contact@dashdoc.eu" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "~19.1.1", "eslint": "^8.57.1", "expo": "^55.0.24", "expo-module-scripts": "^55.0.2", "react-native": "0.83.9", "typescript": "~5.9.2" }, "bugs": { "url": "https://github.com/Dashdoc/react-native-system-sounds/issues" } }