'Why does PermissionsAndroid doesn't ask for permission again after denying in react native?

I am using PermissionsAndroid for taking permission from my user but the request popup doesn't show up again if I deny permission once.PermissionsAndroid.RESULTS.GRANTED automatically becomes false. Is there a way to make sure the request popup shows up when my customer presses the button?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source