-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Integrate 4/22 Nightly Build #5690
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
Conversation
And lint:fix
…ndows into integrate-4-22
dannyvv
left a comment
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.
![]()
|
Hello @NickGerleman! Because this pull request has the Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 10 hours, a condition that will be fulfilled in about 1 hour 24 minutes. No worries though, I will be back when the time is right! 😉 p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
…tInput selection Summary: This diff cherry-picks the following commits from react-native-windows: * **4af6037c** - Integrate 4/22 Nightly Build (microsoft#5690) * Only kept native changes to TextInputViewManager.cpp from this commit. * **b8c063d1** - Fix Errant "Nested elements in TextInput are currently unsupported on… * Needed to eliminate spurious yellow box cherry-picked in **4af6037c** * **c9f64057** - [FIX] Cursor resetting in TextInput (microsoft#7056) * Actual fix for TextBox selection reset Test Plan: 1. Cloned to FBS 2. Compile Archon 3. Confirm TextInput cursor fixed {F447085524} For reference, here was the old behavior: {F447112485} Reviewers: skyle, mylando Reviewed By: skyle Subscribers: eliwhite Differential Revision: https://phabricator.intern.facebook.com/D26781359 Tasks: T85939098 Tags: ddr_ml_flagged_advice Signature: 26781359:1614791211:f409bbfd5723d484e15ea5cb78ff7f1f69105a66
Fixes #4694
Fixes #4594
This Integration pushes us another two weeks ahead. The most interesting changes here are the removal of Checkbox from core and the introduction of a TextInput ViewManager commands for non-Android platforms that we needed to replicate. This meant bringing back a working copy of TextInputExample to validate, where we see some issues which were separately logged.
Note that this change doesn't try to sync TextInput changes for react-native-win32, since its internal implementation is independent of React Native core's (And was already using separate ViewManager commands).
Microsoft Reviewers: Open in CodeFlow