I\'m going through the docs in React Native and can only find navigating to external links from the app I am in.
I want to be able to navigate to the Settings
Settings
For example: to navigate under Settings/Bluetooth you have to use Linking.openURL('App-Prefs:Bluetooth');
Linking.openURL('App-Prefs:Bluetooth');
For iOS 14 and ReactNative 16.13