react-native-open-notification
v0.1.4
Published
Open App notification settings
Downloads
15,551
Maintainers
Readme
react-native-open-notification
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
npm install react-native-open-notificationreact-native link react-native-open-notification(only for React Native version < 0.60)
Usage
import NotificationSetting from 'react-native-open-notification';
NotificationSetting.open();