faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
243 stars 95 forks source link

Fix bug in getHash method #1

Closed khrizt closed 5 years ago

khrizt commented 5 years ago

Get hash method was trying to return an ArrayList, this resulted in an error because the promise could not be resolved with this type.