10

I tried this answer but it didn't work with Android.

How can I open Settings with Linking.openURL('setting-url-here')

1

2 Answers 2

2

Linking.openSettings()

Better late than never. For more info.

Stack overflow question and answer: React Native Open settings through Linking.openURL in IOS

ReactNative Docs: https://reactnative.dev/docs/linking#open-custom-settings

Sign up to request clarification or add additional context in comments.

Comments

1

You can use this library react-native-common-intents React-native-Common-intents

to open settings you can call

RNIntents.openSettings();

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.