I am integrating the fingerprint authentication functionality in react-native, and while I was coding the Android implementation I saw that FingerprintManager forces you to display a dialog when authenticating. I do not want to display a dialog, i'd need an Icon that would tell the user that he can login with the fingerprint. The user puts the finger on the sensor and logs in. With that said, the sensor should be listening for the fingerprint if the user has Fingeprint Login enabled, and trigger the authentication as soon as the fingerprint is detected and valid. Does someone know any way to achieve this?
Thanks!