react-native-rsa-native
react-native-rsa-native copied to clipboard
On iOS RSAKeychain.getPublicKey returns an object instead of a string
When calling RSAKeychain.getPublicKey()
on iOS, it returns an object {public: string}
instead of a string
. The app was built with XCode 14 and react-native 0.69.6.
I confirm. The return value from getPublicKey
or getPublicKeyRSA
on iOS is of the type PublicKey
, not a string
. On Android it's a string
.