I am implementing the fido2 (WebAuthn) authentication in my iOS and Android app that is built on React Native. I am using React-native-fido2 library for it. The RN library uses Google Fido2 api for android and a third party library for iOS.
The link for iOS libary: https://github.com/lyokato/WebAuthnKit-iOS
The RN library: https://github.com/Emad-salah/react-native-fido
The problem is the React Native library has no proper documentation to implement, but I tried to figure out the usage of android by seeing the Google's Fido2 api, but having problem implementing the iOS part, as it throws error that this operation can not be completed.
Is there anyone who implemented this using the React Native Library or can help me by giving a documentation or a ReadME to properly implement it?