react-native-local-authenticate
react-native-local-authenticate copied to clipboard
React Native: Local Authentication
I call this function at the start of my app: ``` import {RNLocalAuthenticate} from 'react-native-local-authenticate'; const localAuth = async () => { try { const hasHardware = await RNLocalAuthenticate.HasHardware(); console.log('hasHardware',...
GIF  The steps are as follows: wrong fingerprint 3 times, press cancel on passcode dialogue, wrong fingerprint 2 times, and cancel again on passcode and I can enter...