It appears that if I forcefully disable push notifications in system settings, await Notifications.isRegisteredForRemoteNotifications() still returns true. I would like a way to know if this is disabled so I can forward the user to the settings app via Linking.openSettings()
It appears that if I forcefully disable push notifications in system settings,
await Notifications.isRegisteredForRemoteNotifications()
still returnstrue
. I would like a way to know if this is disabled so I can forward the user to the settings app viaLinking.openSettings()