jarden-digital/react-native-pincode

PinResultStatus enums won't work

anhnch opened this issue · 1 comments

These enums don't work
PinResultStatus.locked
PinResultStatus.success
PinResultStatus.failure

When you set the handleResultEnterPin and get the returned value. They are 1111 (success), 2222 (failure), 3333 (locked) instead of enums.

Sorry for that.
If it's keeping you from using the package, please open a PR as we won't likely have the time to work on this soon.