Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[expo-local-authentication] Add support for promptMessage, cancelLabel and disableDeviceFallback on Android #8219

Merged
2 changes: 2 additions & 0 deletions packages/expo-local-authentication/CHANGELOG.md
Expand Up @@ -6,4 +6,6 @@

### 🎉 New features

- Add `options` on Android. ([#8219](https://github.com/expo/expo/pull/8219) by [@diegolmello](https://github.com/diegolmello))
diegolmello marked this conversation as resolved.
Show resolved Hide resolved

### 🐛 Bug fixes
Expand Up @@ -33,6 +33,7 @@ public class LocalAuthenticationModule extends ExportedModule {
private boolean mIsAuthenticating = false;
private ModuleRegistry mModuleRegistry;
private UIManager mUIManager;

private static final int AUTHENTICATION_TYPE_FINGERPRINT = 1;

private final BiometricPrompt.AuthenticationCallback mAuthenticationCallback =
Expand Down