-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[expo-local-authentication] Add support for promptMessage
, cancelLabel
and disableDeviceFallback
on Android
#8219
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank for contributing 🎉 Overall it looks good 🏅However, I've left some comments ;)
...cation/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationModule.java
Outdated
Show resolved
Hide resolved
...cation/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationModule.java
Outdated
Show resolved
Hide resolved
...cation/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationModule.java
Outdated
Show resolved
Hide resolved
@lukmccall Done! Thanks for your review :) |
Could you rebase your branch? Maybe this will fix some CI tests. If this doesn't help, don't bother ;) |
f634569
to
ef6e686
Compare
hahaha done! |
It seems that you still need to rebuild the |
@lukmccall Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🥇
I'll merger it ;) But first, you need to add one more thing. Please, update changelog - it's located under packages/expo-local-authentication/CHANGELOG.md
. Sorry for not telling you this earlier.
...cation/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationModule.java
Outdated
Show resolved
Hide resolved
@lukmccall Np. Should I add it under |
Yes, it seems to be a good section ;) |
@lukmccall Done! (: |
promptMessage
, cancelLabel
and disableDeviceFallback
on Android
Co-authored-by: Łukasz Kosmaty <lukasz.kosmaty@student.uj.edu.pl>
@lukmccall Thanks for your lightning fast reviews 👊 |
@byCedric, yes, it should fix it ;) |
Awesome! 👏 😍 |
Why
Add expo-local-authentication options on Android.
How
Following BiometricPrompt.PromptInfo docs and keeping same behaviour as iOS.
Test Plan
Run tests