Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump react-native-gesture-handler@2.12.1

+5 -5
+1 -1
package.json
··· 118 118 "react-native-draggable-flatlist": "^4.0.1", 119 119 "react-native-drawer-layout": "^3.2.0", 120 120 "react-native-fs": "^2.20.0", 121 - "react-native-gesture-handler": "~2.9.0", 121 + "react-native-gesture-handler": "^2.12.1", 122 122 "react-native-get-random-values": "^1.8.0", 123 123 "react-native-haptic-feedback": "^1.14.0", 124 124 "react-native-image-crop-picker": "^0.38.1",
+4 -4
yarn.lock
··· 17029 17029 base-64 "^0.1.0" 17030 17030 utf8 "^3.0.0" 17031 17031 17032 - react-native-gesture-handler@~2.9.0: 17033 - version "2.9.0" 17034 - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz#2f63812e523c646f25b9ad660fc6f75948e51241" 17035 - integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg== 17032 + react-native-gesture-handler@^2.12.1: 17033 + version "2.12.1" 17034 + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz#f11a99fb95169810c6886fad5efa01a17fd81660" 17035 + integrity sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A== 17036 17036 dependencies: 17037 17037 "@egjs/hammerjs" "^2.0.17" 17038 17038 hoist-non-react-statics "^3.3.0"