LocalAuthentication Android cancelLabel

Hello, I have implemented LocalAuthentication for my app and it works as expected on iOS, but on A Android I don’t see cancelLabel (the button to cancel). Is this because Android has back button or am I missing something?
I’ve tested on multiple devices so it is not device problem.

LocalAuthentication.authenticateAsync({
promptMessage: ${getTranslation('BiometricLoginAs')} ${credentials},
cancelLabel: getTranslation(‘LoginAsDifferentUser’)
}
).then…

Package versions:
“expo-local-authentication”: “~9.1.1”,
“expo”: “38.0.8”

Thanks for any help.

I think that label only shows up if you disable the fallback for other types of authentiction. If you haven’t disabled pattern/password authentication then the button that would normally have the cancelLabel on it says “Use pattern” or something along those lines.