React Native module to open app notification settings screen.
iOS's API currently does not allow opening app's notification settings directly.
This module opens the app settings screen for iOS:
npm install react-native-open-notification
react-native link react-native-open-notification
(only for React Native version < 0.60)
import NotificationSetting from 'react-native-open-notification';
NotificationSetting.open();