Commit 6779f6c
Fix -Wreorder-init-list in RCTTextInputComponentView for xcodestaging (#56497)
Summary:
Pull Request resolved: #56497
Reorder the fields to match the struct declaration order:
text, selectionRange, contentSize, contentOffset, contentInset, eventCount,
layoutMeasurement, zoomScale.
Changelog: [Internal]
Reviewed By: christophpurrer
Differential Revision: D101560071
fbshipit-source-id: 462db623b62ed2cf01481c9406a8c750ff1268bc1 parent 68debb2 commit 6779f6c
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/react-native/React/Fabric/Mounting/ComponentViews/TextInput
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
| 715 | + | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments