react-native-gesture-handler 2.30.0-20251201-235746986 → 2.30.0-20251201-924e38fcb

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -259,6 +259,7 @@
259
259
 
260
260
  - (void)reset
261
261
  {
262
+ [self triggerAction];
262
263
  [_gestureHandler.pointerTracker reset];
263
264
  [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(activateAfterLongPress) object:nil];
264
265
  self.enabled = YES;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gesture-handler",
3
- "version": "2.30.0-20251201-235746986",
3
+ "version": "2.30.0-20251201-924e38fcb",
4
4
  "description": "Declarative API exposing native platform touch and gesture system to React Native",
5
5
  "scripts": {
6
6
  "test": "jest",