Disable face option when prompting local authentication

Please provide the following:

  1. SDK Version: 48
  2. Platforms(Android/iOS/web/all): Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

For security reasons, I want to give only the fingerprint option to android users when using LocalAuthentication.authenticateAsync(). If the device supports both methods (face recognition and fingerprint), I want only the fingerprint option to be available. Right now the native UI allows users the switch between these two options and I want to disable that. Is that something I can do?

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