SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
664 stars 228 forks source link

AndroidKeyStoreRSAPrivateKey #296

Open LongNguyen2312 opened 1 month ago

LongNguyen2312 commented 1 month ago

I encountered an error when run createSignature function at line:

signature.initSign(privateKey);

exception: supplied key (android.security.keystore2.AndroidKeyStoreRSAPrivateKey) is not a RSAPrivateKey instance

Has anyone encountered this problem?