This native module provides a method to directly open the notification settings' of your app on Android's system.
$ yarn add rn-android-notification-settings
$ react-native link rn-android-notification-settings
import AndroidNotificationSettings from "rn-android-notification-settings";
AndroidNotificationSettings.openNotificationSettings(); // Opens app's system notification settings.