diff --git a/react-native/index.d.ts b/react-native/index.d.ts index 57e670575e..3bb716d1db 100644 --- a/react-native/index.d.ts +++ b/react-native/index.d.ts @@ -5634,6 +5634,16 @@ declare module "react" { * Fires when a user has finished scrolling. */ onScrollEndDrag?: (event?: NativeSyntheticEvent) => void + + /** + * Fires when scroll view has finished moving + */ + onMomentumScrollEnd?: (event?: NativeSyntheticEvent) => void + + /** + * Fires when scroll view has begun moving + */ + onMomentumScrollBegin?: (event?: NativeSyntheticEvent) => void /** * When true the scroll view stops on multiples of the scroll view's size