New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

android-notification-settings

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

android-notification-settings

This native module provides a method to directly open the notification settings' of your app on Android's system.


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created

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.

FAQs

Package last updated on 13 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts