Files
react-native/packages
zhongwuzw a88a3c5bbf iOS: Fixes textinput onscroll event payload (#43445)
Summary:
Fixes https://github.com/facebook/react-native/issues/43428 . cc cortinico .

## Changelog:

[IOS] [FIXED] - [Fabric] iOS: Fixes textinput onscroll event payload

Pull Request resolved: https://github.com/facebook/react-native/pull/43445

Test Plan:
```
    const onInputScroll = (e) => {
      if (Platform.OS !== "web") {
        const {
          nativeEvent: {
            contentOffset: { x, y },
          },
        } = e;
        console.log('onInputScroll ====', e?.nativeEvent)
      }
    };

<TextInput
          onScroll={onInputScroll}
          // ref={inputRef}
          multiline
  />
```

Reviewed By: cortinico

Differential Revision: D54813378

Pulled By: sammy-SC

fbshipit-source-id: 76671fbb390c2fbc67a9c29b6c2a834ba699fff4
2024-06-03 15:43:32 +01:00
..
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-03 17:31:23 +01:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00
2024-05-02 18:17:04 +00:00