I am developing a mobile application using React Native in which I want to open mobile device's settings when user clicks on a specific button.
I have gone through the docs of RN, but still couldn’t find anything that can help me in achieving the same. Can someone guide me on the same, how can that be implemented?
Thanks :)