Skip to content

Commit 7657251

Browse files
authored
[iOS] Remove unused detector method (#4226)
## Description Removes unused `shouldAttachGestureToSubview` declaration ## Test plan Build any of the apps
1 parent bff6777 commit 7657251

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native-gesture-handler/apple/RNGestureHandlerDetector.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ NS_ASSUME_NONNULL_BEGIN
3333

3434
- (void)detachNativeGestureHandlers;
3535

36-
- (BOOL)shouldAttachGestureToSubview:(nonnull NSNumber *)handlerTag;
37-
3836
@end
3937

4038
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)