v0.3.1
react-native-passkeys v0.3.1
π New Features
getPublicKey Method
Added getPublicKey() method to credential responses, allowing you to retrieve the public key of a newly created credential.
const result = await passkey.create({
// ... options
});
const publicKey = result?.response.getPublicKey();π Bug Fixes
- Fixed Android support for Expo SDK 51
- Fixed default attestation preference to
noneon iOS
Full Changelog: v0.3.0...v0.3.1