Is there any way to open MYApp's app settings using React Native Linking.
I'm following this for App-Prefs. But I'm not able to open any other settings than root settings page in IOS.
eg: Linking.openURL('App-prefs:root=General&path=About');

I am able to open app settings with react-native-open-settings.
Is there any way to open app settings using Linking API provided by React Native.
Thanks in advance.
This works for me and opens settings of my application:
Linking.openURL('app-settings://');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With