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