react-native-gesture-handler 2.29.0 → 2.29.1
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.
| 
         @@ -440,9 +440,6 @@ class RNGestureHandlerButtonViewManager : 
     | 
|
| 
       440 
440 
     | 
    
         
             
                  val isResponder = tryGrabbingResponder()
         
     | 
| 
       441 
441 
     | 
    
         
             
                  if (isResponder) {
         
     | 
| 
       442 
442 
     | 
    
         
             
                    isTouched = true
         
     | 
| 
       443 
     | 
    
         
            -
                    // when setPressed(true) is called before canBegin it will not call super.setPressed
         
     | 
| 
       444 
     | 
    
         
            -
                    // in this case we call it here
         
     | 
| 
       445 
     | 
    
         
            -
                    setPressed(true)
         
     | 
| 
       446 
443 
     | 
    
         
             
                  }
         
     | 
| 
       447 
444 
     | 
    
         | 
| 
       448 
445 
     | 
    
         
             
                  return isResponder
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "react-native-gesture-handler",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "2.29. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "2.29.1",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "Declarative API exposing native platform touch and gesture system to React Native",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "scripts": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "test": "jest",
         
     | 
| 
         @@ -69,7 +69,7 @@ 
     | 
|
| 
       69 
69 
     | 
    
         
             
              "bugs": {
         
     | 
| 
       70 
70 
     | 
    
         
             
                "url": "https://github.com/software-mansion/react-native-gesture-handler/issues"
         
     | 
| 
       71 
71 
     | 
    
         
             
              },
         
     | 
| 
       72 
     | 
    
         
            -
              "homepage": "https:// 
     | 
| 
      
 72 
     | 
    
         
            +
              "homepage": "https://docs.swmansion.com/react-native-gesture-handler/",
         
     | 
| 
       73 
73 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       74 
74 
     | 
    
         
             
                "@egjs/hammerjs": "^2.0.17",
         
     | 
| 
       75 
75 
     | 
    
         
             
                "hoist-non-react-statics": "^3.3.0",
         
     |