I want to open ios setting app from my app. the settings destination is [ settings => notification => myapp ]. to turn on & turn off push notification.
There are so
You can deep-link referencing the settings's index like so:
Linking.openURL('app-settings:')
Above method only for IOS