authenticateAsync does not use Face Authentication on Android

Please provide the following:

  1. SDK Version: “expo”: “~47.0.9”,
  2. Platforms(Android/iOS/web/all): Android (Galaxy A7, Android 10)

I have build and installed a development build on my android device. It is running successfully and I can use my fingerprint as authentication method without a problem.
Checking for authentication types return (2) [1, 2] indicating that Face Authentication is recognized.
However, the function LocalAuthentication.authenticateAsync() always seems to skip Face Authentication. If I have Face Authentication enabled, authenticateAsync() only request PIN input. If I have Face and Fingerprint set up, it requests my fingerprint.

Let me know if I should provide more information.

Thank you in advance!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.