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