This is a module for check silent device (android/iOS) is enabled or not. Work only for iOS and for android will add coming soon
npm install react-native-ismuted-device
import { check } from 'react-native-ismuted-device';
// ...
const result = await check();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library