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 c434589 commit 545a393Copy full SHA for 545a393
1 file changed
packages/react-native-gesture-handler/apple/RNGestureHandler.h
@@ -96,7 +96,7 @@
96
- (void)setConfig:(nullable NSDictionary *)config NS_REQUIRES_SUPER;
97
- (void)updateConfig:(nullable NSDictionary *)config NS_REQUIRES_SUPER;
98
- (void)updateRelations:(nonnull NSDictionary *)relations;
99
-- (BOOL)shouldSuppressActiveEvent:(RNGestureHandlerEventExtraData *)extraData;
+- (BOOL)shouldSuppressActiveEvent:(nonnull RNGestureHandlerEventExtraData *)extraData;
100
- (void)handleGesture:(nonnull id)recognizer;
101
- (void)handleGesture:(nonnull id)recognizer fromReset:(BOOL)fromReset;
102
- (void)handleGesture:(nonnull id)recognizer
0 commit comments