hieuvp / react-native-fingerprint-scanner

Provide Fingerprint, Touch ID, and Face ID Scanner for React Native (Compatible with both Android and iOS)
https://www.npmjs.com/package/react-native-fingerprint-scanner
871 stars 296 forks source link

Prevent popup dismiss while tapping outside the popup #195

Open Nimmyjose opened 3 years ago

Nimmyjose commented 3 years ago

Is there any way to disable the popup dismiss on outside click?

mikehardy commented 3 years ago

If I understand correctly, this module calls an API that is the equivalent of "please perform a biometric auth", and from there the system handles everything with no configuration capability of popups or anything. I could be missing something, if you did in on the source code and examine the API calls we're making here, and you see a parameter or different API documented in platform API docs, do feel free to propose a PR that offers the option for the configuration you desire