peterferguson/react-native-passkeys

Fix Missing Keys `create` Response

Closed this issue · 1 comments

Apple doesn't return the publicKey etc as a part of the default credential creation response so it was left out as it can be resolved from the other returned data.

This issue should implement it either at the native layer. Or to move quicker in typescript after the response (as also happens on the web)

v0.3.0

Adds a getPublicKey method on all platforms to match the web api