Tags: software-mansion/react-native-gesture-handler
Tags
fix: missing ReanimatedDrawerLayout (#3218) ## Description I'm getting error when importing `react-native-gesture-handler/ReanimatedDrawerLayout` because the folder is missing ## Test plan Add the folder `ReanimatedDrawerLayout` on my local in `node_modules` and it works
Update outdated compatibility table in docs (#3212) ## Description Update the `rn` <-> `rngh` compatibility table in the `installation` docs page. ## Test plan - compare the current table with the one available on `npm` page [[link](https://www.npmjs.com/package/react-native-gesture-handler)]
fix: touch event absolute position (#3078) ## Description The PR fixes the issue mentioned [here](#3073) about the incorrect absolute positions on touch events. The view transformations should not affect the absolute position of the touch, so the source event should also be passed to gesture handlers and used for calculations. It applies to `ACTION_DOWN`, `ACTION_MOVE`, and `ACTION_UP` motion events. <!-- Description and motivation for this PR. Include 'Fixes #<number>' if this is fixing some issue. --> ## Test plan I've checked on android device for repro provided in the above-mentioned issue with some scroll offset. <!-- Describe how did you test this change here. -->
PreviousNext