0.1.7 • Published 2 years ago

react-native-check-mute v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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