Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

bump keyboard dep (#8528)

authored by

Samuel Newman and committed by
GitHub
77db98de 51babe01

+5 -5
+1 -1
package.json
··· 191 191 "react-native-gesture-handler": "2.25.0", 192 192 "react-native-get-random-values": "~1.11.0", 193 193 "react-native-ios-context-menu": "^1.15.3", 194 - "react-native-keyboard-controller": "^1.17.1", 194 + "react-native-keyboard-controller": "^1.17.5", 195 195 "react-native-mmkv": "^2.12.2", 196 196 "react-native-pager-view": "^6.7.1", 197 197 "react-native-progress": "bluesky-social/react-native-progress",
+4 -4
yarn.lock
··· 16843 16843 resolved "https://registry.yarnpkg.com/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.1.6.tgz#69ec13f70d76e9245e275eed4140d0873a78f902" 16844 16844 integrity sha512-1pHnFTlBahins6UAajXUqeCOHew9l9C2C8tErnpGC3IyLJzvxD+TpYAixnCbrVS52f7+NvMttbiSI290XfwN0w== 16845 16845 16846 - react-native-keyboard-controller@^1.17.1: 16847 - version "1.17.1" 16848 - resolved "https://registry.yarnpkg.com/react-native-keyboard-controller/-/react-native-keyboard-controller-1.17.1.tgz#46efe148c1bdd0ee22094dcb2660f70f81e6544e" 16849 - integrity sha512-YM3GYvtkuWimCKkZFURn5hIb1WiKOQqi2DijdwZSF5QSSzGqfqwzEEC3bm1xCN8HGHAEIXAaWIBUsc3Xp5L+Ng== 16846 + react-native-keyboard-controller@^1.17.5: 16847 + version "1.17.5" 16848 + resolved "https://registry.yarnpkg.com/react-native-keyboard-controller/-/react-native-keyboard-controller-1.17.5.tgz#a517f0d42f73e69a03e768379934a3bb705595f5" 16849 + integrity sha512-2bZi4uH/beAcHiQ7nv6sxW03/UpNcnNAPpaSnQtg0cbU3ySThPRETMqr0ZupFLUSZovolyFhyFJLjxmQ7cavJg== 16850 16850 dependencies: 16851 16851 react-native-is-edge-to-edge "^1.1.6" 16852 16852