Is your feature request related to a problem? Please describe.
I want to know if the faceID is requested before or not
Describe the solution you'd like
I need a way to know if the permission was requested before or not, maybe return info about the OS prompt state from isSensorAvailable
Describe alternatives you've considered
I tried using check function from react-native-permissions, but it always returns denied
Is your feature request related to a problem? Please describe.
I want to know if the faceID is requested before or not
Describe the solution you'd like
I need a way to know if the permission was requested before or not, maybe return info about the OS prompt state from
isSensorAvailableDescribe alternatives you've considered
I tried using
checkfunction from react-native-permissions, but it always returns denied