-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Remove JS autoFocus implementation #27923
Conversation
6749fd2
to
3ba7ac2
Compare
Remind me to land this on February 10th |
Ping! @TheSavior |
Thanks for the ping! Looks like I can't land this yet. Let's check again on 2/17! 😀 |
I'M a bot 😆 Ping! @TheSavior |
😄 thanks @ecreeth |
Thanks for the pings! |
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.
@TheSavior is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was successfully merged by @janicduplessis in 0569d4c. When will my fix make it into a release? | Upcoming Releases |
Yay! |
Summary: Follow up to facebook#27803 and facebook#27924. We no longer need to call focus on mount from JS as both iOS and Android implements it natively now. ## Changelog [General] [Fixed] - Remove JS autoFocus implementation Pull Request resolved: facebook#27923 Test Plan: Test that focus works in RN Tester with this, facebook#27803 and facebook#27924 Differential Revision: D19956373 Pulled By: TheSavior fbshipit-source-id: 5d99ead55011663b3edaf499ac7616765a24cb50
Summary
Follow up to #27803 and #27924. We no longer need to call focus on mount from JS as both iOS and Android implements it natively now.
Changelog
[General] [Fixed] - Remove JS autoFocus implementation
Test Plan
Test that focus works in RN Tester with this, #27803 and #27924