react-native-touch-id
react-native-touch-id copied to clipboard
Support Passcode Fallback along with Fingerprint
Please review the changes and let me know if any changes needed.
Hello,
can you review this merge request please. It is necessary for my current project to have a fallback if the fingerprint/face is not recognized :D
Hello,
What about merging this? I also need it for a work project ..
@pawankhadpe I may use your fork for this, would you mind explain me how to use the fallback?
Thanks!
Why is this merge request pending for so long? please merge it if everything is working fine ? I am currently using the forked version by @pawankhadpe and its working as expected
@naoufal @zibs this is absolutely critical functionality. The library is incomplete without it. It's a small change. Please review. Thanks.
@naoufal @zibs I'll start sending reminders until we get someone's attention :p
Because I couldn't wait for merge, I simply replaced this with LocalAuthentication from expo and it works. Maybe try that 😄
I've tried to avoid expo because of its extensive dependencies - but it quite likely is the safer bet if this library isn't maintained anymore.
I highly recommend using Expo's LocalAuthentication since it is now available through their unimodules.
I don't have much time for maintaining this library right now, but would like to get into it better shape when I have time again, although I imagine even still the API would be nearly identical to theirs.
Thanks for the PR. I'll try to review it and merge + release it when I have the chance.
Thanks @zibs!
Any ETA on this, @zibs?
I understand you've other priorities as of now and may not get time to do this any time soon, but I'm debating on whether I should wait for this PR to be merged or spend time to switch to expo's unimodules. Would prefer the former if possible 😅
@aarknvir just passcodeFallback: true
and it will work
@pawankhadpe thanks for your PR. Im using your repo :)
@zibs if you have the time, please have look this PR. Not everybody want to use Expo
When will this be merged? This would be a great addition to the library.