Commit dad2849
committed
Add
The native onChange event was updated to emit selection data (162627a)
and the JS companion (c1f5445) added the corresponding types to the Flow
source (TextInput.flow.js) and the generated ReactNativeApi.d.ts, but it
missed the legacy hand-written TextInput.d.ts. This adds the optional
selection field there so all three type sources agree.selection to TextInputChangeEventData in TypeScript types1 parent 0cdb59f commit dad2849
1 file changed
Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
518 | 522 | | |
519 | 523 | | |
520 | 524 | | |
| |||
0 commit comments