Inconsistent data return from checkIfHasSMSPermission #77
Labels
bug
Something isn't working
good first issue
Good for newcomers
WIP
This is currently being worked upon
Describe the bug
At the moment, checkIfHasSMSPermission returns multiple data types:
As per documentation, it says that it returns an object:
https://github.com/maniac-tech/react-native-expo-read-sms/blob/master/README.md?plain=1#L49
To Reproduce
Steps to reproduce the behavior:
{ hasReceiveSmsPermission: true/false, hasReadSmsPermission: true/false }
Expected behavior
It should always return an object or boolean.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: