React Native Open settings through Linking.openURL in IOS

Juntae picture Juntae · Jun 16, 2017 · Viewed 19.8k times · Source

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 some documents about how to link to settings, but I don't know how to open deep link. (notification => myapp).

How can I do this?

Answer

Arunkumar picture Arunkumar · Jun 16, 2017

You can deep-link referencing the settings's index like so:

Linking.openURL('app-settings:')

Above method only for IOS