react native expo linking to settins code example
Example: expo open app settings
// It will open the settings for your app.
Linking.openURL('app-settings:')
// It will open the settings for your app.
Linking.openURL('app-settings:')