Linking to Prefs in React Native iOS app -


i send user preferences/settings when button clicked. however, when try following, nothing happens:

linkingios.openurl('prefs:root=general')

i verified onpress working when following, redirected google

linkingios.openurl('http://google.com')

i spent way time trying figure out , found out url scheme has been redacted in late versions of ios...

:(

however can redirect own apps settings 'app-settings:'


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

html - How can i make an element from a bottom stacking context stays in front of another higher stacking context? -

html - href attribute breaking an element -