Socket
Socket
Sign inDemoInstall

react-native-open-notification

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-open-notification

Open App notification settings


Version published
Weekly downloads
16K
increased by62.46%
Maintainers
1
Install size
5.98 kB
Created
Weekly downloads
 

Readme

Source

react-native-open-notification

NPM version

Description

React Native module to open app notification settings screen.

Android

iOS

iOS's API currently does not allow opening app's notification settings directly.
This module opens the app settings screen for iOS:

Installation

  1. npm install react-native-open-notification
  2. react-native link react-native-open-notification (only for React Native version < 0.60)

Usage

import NotificationSetting from 'react-native-open-notification';

NotificationSetting.open();

Keywords

FAQs

Last updated on 17 Apr 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc