1.0.2 • Published 4 years ago

rn-android-notification-settings v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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.