SelfLender / react-native-biometrics

React Native module for iOS and Android biometrics
MIT License
644 stars 217 forks source link

createSignature without biometric check #74

Open eamoncrawford-toast opened 4 years ago

eamoncrawford-toast commented 4 years ago

I want to allow users to use a pin code as an alternative to biometrics in the case where their devices doesnt support it. Similar to #19 , I don't want to use an entirely different rsa handler just for this case. So i want to handle the pin acceptance myself and then createSignature() without the biometric check

DaniShalash commented 4 years ago

+1 While the changelog for 2.0.0 says otherwise, createSignature still prompts the user