Closed
Description
After updating React Native from 0.59.5 to 0.59.8 scrollEventThrottle in Flatlist stopped working, which resulted in ramming the bridge
React Native version:
0.59.8
Steps To Reproduce
- Add scrollEventThrottle prop to Flatlist
- Scroll Flatlist
- We get every scroll event in onScroll prop
Describe what you expected to happen:
Expected to get throttled scroll events
Snack, code example, or link to a repository: