Skip to content

v0.3.1

Choose a tag to compare

@peterferguson peterferguson released this 07 Oct 14:25

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 none on iOS

Full Changelog: v0.3.0...v0.3.1