When Face ID is enabled on Android, rnBiometrics.isSensorAvailable() returns true for availability and biometryType as "Biometrics."
When fingerprint is enabled, the same method also returns true for availability and biometryType as "Biometrics."
I need a way to differentiate between Face ID and fingerprint on Android. Is there any solution for this?