Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open apps settings in ios react-native

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');

enter image description here

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.

like image 800
Shubham Avatar asked Jan 31 '26 23:01

Shubham


1 Answers

This works for me and opens settings of my application:

Linking.openURL('app-settings://');
like image 200
M Reza Avatar answered Feb 03 '26 18:02

M Reza



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!