DEV Community

Pragati20
Pragati20

Posted on

Open app settings page on android react native

How to open app settings page in react native android.Writing native bridge is the last option.But i want to know if any npm package is available which is working fine to achieve this.

Thanks

Top comments (1)

Collapse
 
pragati20 profile image
Pragati20

Got answer, we can use openSetting() method of react-permissions.