diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-26 01:22:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 15:22:26 -0700 |
commit | ab4148dc06500f10da2bafd5b8132d2d426e0107 (patch) | |
tree | c10d99dd38693e6387a149833d58451a2f0361a6 /package.json | |
parent | 929393a77a29d205085005c07e54c09c863ede9e (diff) | |
download | voidsky-ab4148dc06500f10da2bafd5b8132d2d426e0107.tar.zst |
fix pager back gesture (#8565)
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 651d55f22..7c1c3dee9 100644 --- a/package.json +++ b/package.json @@ -192,7 +192,7 @@ "react-native-ios-context-menu": "^1.15.3", "react-native-keyboard-controller": "^1.17.5", "react-native-mmkv": "^2.12.2", - "react-native-pager-view": "^6.7.1", + "react-native-pager-view": "6.8.0", "react-native-progress": "bluesky-social/react-native-progress", "react-native-qrcode-styled": "^0.3.3", "react-native-reanimated": "~3.17.5", |