react native expo app settings 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:')