how to open setting expo from my phone 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:')