rn-android-notification-settings
v1.0.2
Published
This native module provides a method to directly open the notification settings' of your app on Android's system.
Downloads
6
Maintainers
Readme
RN Android Notification Settings
This native module provides a method to directly open the notification settings' of your app on Android's system.
Getting started
$ yarn add rn-android-notification-settings
Linking
$ react-native link rn-android-notification-settings
Usage
import AndroidNotificationSettings from "rn-android-notification-settings";
AndroidNotificationSettings.openNotificationSettings(); // Opens app's system notification settings.