react-native-check-mute
v0.1.7
Published
check mute for ios and android
Downloads
131
Readme
react-native-check-mute
check mute for android and ios
Installation
npm install react-native-check-mute
yarn add react-native-check-mute
Usage
import {getCurrentVolume, isMute} from "react-native-check-mute";
// ...
const isMute = await isMute();
const currentVolume = await getCurrentVolume();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library