Merge pull request #7868 from bkase/react-native-onScroll

react-native: Param added to ScrollView onScroll
This commit is contained in:
Horiuchi_H
2016-01-29 18:19:06 +09:00
+1 -1
View File
@@ -2712,7 +2712,7 @@ declare namespace __React {
* Fires at most once per frame during scrolling.
* The frequency of the events can be contolled using the scrollEventThrottle prop.
*/
onScroll?: () => void
onScroll?: (event?: { nativeEvent: NativeScrollEvent }) => void
/**
* Experimental: When true offscreen child views (whose `overflow` value is