Android autofill: bump to 1.3.0 and add extended hints#56105
Closed
radko93 wants to merge 3 commits intofacebook:mainfrom
Closed
Android autofill: bump to 1.3.0 and add extended hints#56105radko93 wants to merge 3 commits intofacebook:mainfrom
radko93 wants to merge 3 commits intofacebook:mainfrom
Conversation
|
Warning JavaScript API change detected This PR commits an update to
This change was flagged as: |
|
@NickGerleman has imported this pull request. If you are a Meta employee, you can view this in D96952637. |
cortinico
approved these changes
Mar 17, 2026
Contributor
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
Contributor
Author
|
@cortinico do I need to do anything else (like rebasing) for this to go trough? |
|
@NickGerleman merged this pull request in ac598af. |
Collaborator
|
This pull request was successfully merged by @radko93 in ac598af When will my fix make it into a release? | How to file a pick request? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This change expands Android
TextInputautofill support by aligning React Native with newer AndroidX autofill APIs and exposing additionalautoCompletevalues backed by officialandroidx.autofill.HintConstants.What changed:
Bumped AndroidX Autofill dependency from
1.1.0to1.3.0.Added Android native mappings in
ReactTextInputManagerfor:2fa-app-otpemail-otpwifi-passwordupi-vpapostal-address-unitpostal-address-dependent-localitypromo-codeflight-numberflight-confirmation-codegift-card-numbergift-card-pinloyalty-account-numberUpdated public
TextInputtype/docs surfaces (Flow,TypeScript, and Android native component props) to include the new Android values.Added Android unit test coverage for the extended hint mappings.
Added RNTester Android examples for the new
autoCompletevalues.Changelog:
[ANDROID] [ADDED] - Add extended Android
TextInputautoCompleteautofill hint support and bumpandroidx.autofillto1.3.0.Test Plan:
Ran Android unit tests locally:
Run

rn-tester