I am trying to implement passkey creation and signing on a react native application using the package f23/react-native-passkey.
I am passing a base64 encoded challenge. I am faced with the following error:
{"error": "RequestFailed", "message": "The request failed. No Credentials were returned."}
Is anyone here familiar with this repository or familiar with an alternate method of implementing passkeys in react native.
My objective is to be able to create (register) a passkey and sign an arbitrary message (custom challenge).
Any help is much appreciated.