v0.3.0 - Public Key Access & Expo SDK 51
β¨ New Features & Improvements
This release adds the ability to retrieve public keys from credentials and updates framework compatibility.
π― New Features
- π Added
getPublicKey()method to retrieve public keys from credentials (PRs #20, #21, #22)- iOS implementation with CBOR decoding
- Web implementation
- Android implementation
- π± React Native 0.74 support (PR #18 by @ashtar23)
- π¦ Expo SDK 51 compatibility (PR #18 by @ashtar23)
π Bug Fixes
- Fixed
noneand default attestation kind on iOS (PR #16 by @cruzdanilo) - Fixed Xcode 15.3 build issues (PR #11)
π§ Developer Experience
- Converted Android example to use expo-dev-client
- Updated example app to SDK 51
- Added public key getter UI to example app
- Updated README documentation
π Full Changelog