We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23cc18 commit 9b343ebCopy full SHA for 9b343eb
1 file changed
packages/react-native-gesture-handler/src/components/touchables/GenericTouchable.tsx
@@ -31,8 +31,6 @@ interface InternalProps {
31
onStateChange?: (oldState: TouchableState, newState: TouchableState) => void;
32
}
33
34
-// TODO: maybe can be better
35
-// TODO: all clearTimeout have ! added, maybe they shouldn't ?
36
type Timeout = ReturnType<typeof setTimeout> | undefined;
37
38
/**
0 commit comments