forked from microsoft/react-native-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add scrollTo metadata RCTBackedTextInputViewProtocol
Summary: fixing oncall issue: https://fb.workplace.com/groups/rn.support/permalink/7241260632589156/ in this diff, we add the properties to the native views that are needed for the `onScroll` event. `UITextField` is not a `UIScrollView` unlike `UITextView`, so we need to add these dummy properties Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D32523147 fbshipit-source-id: 1d4f227f498fa1c333e2d6c457484b559ca18f7e
- Loading branch information
1 parent
2dd33b1
commit b735cdf
Showing
2 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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