File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/react-native-gesture-handler/src/v3 Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,11 @@ import { View } from 'react-native';
3
3
import RNGestureHandlerModule from '../RNGestureHandlerModule.web' ;
4
4
import { ActionType } from '../ActionType' ;
5
5
import { PropsRef } from '../web/interfaces' ;
6
- export interface GestureHandlerDetectorProps {
6
+ export interface GestureHandlerDetectorProps extends PropsRef {
7
7
handlerTags : number [ ] ;
8
8
dispatchesAnimatedEvents : boolean ;
9
9
moduleId : number ;
10
10
children ?: React . ReactNode ;
11
- onGestureHandlerEvent : ( ) => void ;
12
- onGestureHandlerAnimatedEvent ?: ( ) => void ;
13
- onGestureHandlerStateChange : ( ) => void ;
14
- onGestureHandlerTouchEvent ?: ( ) => void ;
15
11
}
16
12
17
13
const HostGestureDetector = ( props : GestureHandlerDetectorProps ) => {
You can’t perform that action at this time.
0 commit comments