Dusan Jovanov
Dusan Jovanov
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...
I have a date picker field that's required, and the error shows if there's no value. But when I set the value, the error doesn't go away immediately. Like the...
I want to do this: `map.setView({bounds: LocationRect, zoom: number })`. Is there a way to do it declaratively, or could I get a ref to the underlying map instance so...