1.0.3 • Published 4 years ago

android-notification-settings v1.0.3

Weekly downloads
149
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 android-notification-settings

Linking

$ react-native link android-notification-settings

Usage

import AndroidNotificationSettings from "android-notification-settings";

AndroidNotificationSettings.openNotificationSettings(); // Opens app's system notification settings.