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
870 stars 298 forks source link

screen is flickering in ios on finger print authentication #201

Open MSameerSrivastav opened 2 years ago

MSameerSrivastav commented 2 years ago

I have been using this library for finger print authentication and I see it is working good in both android and ios. When I use it with iOS, I observe the screen is getting flickered whenever I hit the touch sensor.

mikehardy commented 2 years ago

That's a system pop-up. the module just calls an API that says 'do the auth' and then has no control if I understand correctly. If you determine otherwise and figure out a remediation post a PR