Skip to content

Commit 9b343eb

Browse files
committed
Remove todo
1 parent c23cc18 commit 9b343eb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native-gesture-handler/src/components/touchables/GenericTouchable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ interface InternalProps {
3131
onStateChange?: (oldState: TouchableState, newState: TouchableState) => void;
3232
}
3333

34-
// TODO: maybe can be better
35-
// TODO: all clearTimeout have ! added, maybe they shouldn't ?
3634
type Timeout = ReturnType<typeof setTimeout> | undefined;
3735

3836
/**

0 commit comments

Comments
 (0)