about summary refs log tree commit diff
path: root/patches/react-native-drawer-layout+4.0.4.patch
Commit message (Collapse)AuthorAgeFilesLines
* Fix drawer swipe (#7007)dan2024-12-101-0/+876
* Fix drawer swipe * Remove existing setDrawerSwipeDisabled management This is already pretty error-prone. And with tracking whether we're idle it's going to get more complicated. Let's pause and think. * Move setDrawerSwipeDisabled logic into Pager * Remove win/2 threshold It feels super arbitrary and breaks muscle memory. If the gesture is reliable, we shouldn't need it. * Maybe work around iOS freeze * Tweak gestures, add comments * Tune gestures