diff options
author | dan <dan.abramov@gmail.com> | 2025-01-20 17:16:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-20 17:16:11 +0000 |
commit | bf95345b333c56876cabf4c5b8516c431cc8ce9b (patch) | |
tree | 1be5c232bfc055c1d6c2a798b3d8e30229062f97 /package.json | |
parent | 5090426f9c19f7c372b4426544790683b63b95cc (diff) | |
download | voidsky-bf95345b333c56876cabf4c5b8516c431cc8ce9b.tar.zst |
Replace hackfix for gestures with upstream fix (#7503)
* Bump pager * Revert "[Android] Try to disambiguate taps from swipes (#7448)" This reverts commit 96054f4addb63994b3d2f5fe1d288f4dd3c246c2. --------- Co-authored-by: gpp-0 <gpp.cat.io@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1133898ff..732c7d3b6 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "react-native-ios-context-menu": "^1.15.3", "react-native-keyboard-controller": "^1.14.5", "react-native-mmkv": "^2.12.2", - "react-native-pager-view": "6.6.1", + "react-native-pager-view": "6.7.0", "react-native-picker-select": "^9.3.1", "react-native-progress": "bluesky-social/react-native-progress", "react-native-qrcode-styled": "^0.3.3", |