copilots-app / react-native-open-notification

https://www.npmjs.com/package/react-native-open-notification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Usage

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

NotificationSetting.open();

About

https://www.npmjs.com/package/react-native-open-notification

License:MIT License


Languages

Language:Java 90.8%Language:JavaScript 9.2%