react-native-open-notification
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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();

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-open-notification

      Weekly Downloads

      9,983

      Version

      0.1.4

      License

      MIT

      Unpacked Size

      6.12 kB

      Total Files

      18

      Last publish

      Collaborators

      • riwu