React native fingerprint library with CryptoObject support

1k Views Asked by At

I am building an attendance application with React Native. The students will have to indicate their presence in school by scanning their thumbprint. I have seen several libraries that utilize the Android and iOS fingerprint scanners but none has support for CryptoObject where I can access the Asymmetric keys generated when the user scans their fingerprint and I can save it to a server like Firebase.

1

There are 1 best solutions below

1
On BEST ANSWER

I finally found the solution, so I think I should drop it here.

This library solved it for me. Very resourceful