File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010} from "react-native" ;
1111import {
1212 PanGestureHandler ,
13- TapGestureHandler ,
1413 State as GestureState ,
1514 FlatList ,
1615 GestureHandlerGestureEventNativeEvent ,
@@ -147,15 +146,13 @@ class DraggableFlatList<T> extends React.Component<Props<T>, State> {
147146 containerRef = React . createRef < Animated . View > ( ) ;
148147 flatlistRef = React . createRef < AnimatedFlatListType < T > > ( ) ;
149148 panGestureHandlerRef = React . createRef < PanGestureHandler > ( ) ;
150- tapGestureHandlerRef = React . createRef < TapGestureHandler > ( ) ;
151149
152150 containerSize = new Value < number > ( 0 ) ;
153151
154152 activationDistance = new Value < number > ( 0 ) ;
155153 touchAbsolute = new Value < number > ( 0 ) ;
156154 touchCellOffset = new Value < number > ( 0 ) ;
157155 panGestureState = new Value ( GestureState . UNDETERMINED ) ;
158- tapGestureState = new Value ( GestureState . UNDETERMINED ) ;
159156
160157 isPressedIn = {
161158 native : new Value < number > ( 0 ) ,
You can’t perform that action at this time.
0 commit comments