Commit 2e93658
Fix -Wreorder-init-list in RCTTextInputComponentView for xcodestaging
Summary:
Reorder the fields to match the struct declaration order:
text, selectionRange, contentSize, contentOffset, contentInset, eventCount,
layoutMeasurement, zoomScale.
Changelog: [Internal]
Differential Revision: D1015600711 parent 5620b1b commit 2e93658
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