f-23 / react-native-passkey

Passkeys for React Native
MIT License
135 stars 31 forks source link

Check if passkeys are supported #13

Closed mccraveiro closed 1 year ago

mccraveiro commented 1 year ago

Hey @f-23, thanks for the lib.

Is there an API for checking if passkeys are supported on the customer device?

f-23 commented 1 year ago

Hi!

The Passkey.isSupported() function should return a boolean indicating whether the usage of Passkey's is available on the device.

Looks like this is missing in the README. I will add it as soon as possible.