Commit d57b4fa
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: D1015600711 parent 68debb2 commit d57b4fa
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