f-23 / react-native-passkey

Passkeys for React Native
MIT License
121 stars 25 forks source link

Better types #14

Closed rafaelmotta closed 9 months ago

rafaelmotta commented 12 months ago

Hey! I'm using react-native-passkey and works great. I recently migrated to v2.0, and I've noticed some types are now just object, like here

Previously I remember was typed. I'm wondering if this is intentional! Otherwise, I'm happy to push a PR.

Cheers

f-23 commented 11 months ago

Hi!

You‘re right, this should of course be a PasskeyRegistrationResult. You‘re more than welcome to open a PR for it :)