onScroll event not firing for multiline TextInput #20309
Closed
Description
Environment
Environment:
OS: macOS High Sierra 10.13.4
Node: 6.9.0
Yarn: 1.6.0
npm: 3.10.8
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: 2.3 AI-162.3934792
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: ~0.55.2 => 0.55.4
Description
I noticed recently that multiline controls stopped firing the onScroll event when the user slides their thumb/finger to scroll the contents of the input. See the app linked in Reproducible Demo, it is as simple as can be. The console shows the output 'focusing' onFocus, but it does not display anything for onScroll.