File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativ
3
3
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent' ;
4
4
import type { HostComponent , ViewProps } from 'react-native' ;
5
5
import type {
6
- BubblingEventHandler ,
7
6
DirectEventHandler ,
8
7
Double ,
9
8
Int32 ,
@@ -33,7 +32,7 @@ export interface NativeProps extends ViewProps {
33
32
overScrollMode ?: WithDefault < 'auto' | 'always' | 'never' , 'auto' > ;
34
33
overdrag ?: WithDefault < boolean , false > ;
35
34
keyboardDismissMode ?: WithDefault < 'none' | 'on-drag' , 'none' > ;
36
- onPageScroll ?: BubblingEventHandler < OnPageScrollEventData > ;
35
+ onPageScroll ?: DirectEventHandler < OnPageScrollEventData > ;
37
36
onPageSelected ?: DirectEventHandler < OnPageSelectedEventData > ;
38
37
onPageScrollStateChanged ?: DirectEventHandler < OnPageScrollStateChangedEventData > ;
39
38
}
You can’t perform that action at this time.
0 commit comments