File tree 1 file changed +0
-11
lines changed
src/components/touchables
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import {
12
12
import type { NativeViewGestureHandlerPayload } from '../../handlers/GestureHandlerEventPayload' ;
13
13
import type { TouchableNativeFeedbackExtraProps } from './TouchableNativeFeedbackProps' ;
14
14
import type { GenericTouchableProps } from './GenericTouchableProps' ;
15
- import { tagMessage } from '../../utils' ;
16
15
17
16
/**
18
17
* Each touchable is a states' machine which preforms transitions.
@@ -67,16 +66,6 @@ export default class GenericTouchable extends Component<
67
66
// State of touchable
68
67
STATE : TouchableState = TOUCHABLE_STATE . UNDETERMINED ;
69
68
70
- constructor ( props : GenericTouchableProps & InternalProps ) {
71
- super ( props ) ;
72
-
73
- console . warn (
74
- tagMessage (
75
- 'TouchableOpacity component will be removed in Gesture Handler 4'
76
- )
77
- ) ;
78
- }
79
-
80
69
// handlePressIn in called on first touch on traveling inside component.
81
70
// Handles state transition with delay.
82
71
handlePressIn ( ) {
You can’t perform that action at this time.
0 commit comments