react-native-local-authenticate icon indicating copy to clipboard operation
react-native-local-authenticate copied to clipboard

React Native: Local Authentication

Results 2 react-native-local-authenticate issues
Sort by recently updated
recently updated
newest added

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 ![RecordIt-1592481135 copy](https://user-images.githubusercontent.com/20474783/85017680-30b56500-b16c-11ea-8754-816f57d2db94.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...