react-native-check-mute
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

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

Package Sidebar

Install

npm i react-native-check-mute

Weekly Downloads

30

Version

0.1.7

License

MIT

Unpacked Size

109 MB

Total Files

113

Last publish

Collaborators

  • hanopp