Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Bump `async-storage` to comply with App Store guidelines (#3436)

authored by

Hailey and committed by
GitHub
00076ad1 a6babace

+5 -5
+1 -1
package.json
··· 64 64 "@mattermost/react-native-paste-input": "^0.6.4", 65 65 "@miblanchard/react-native-slider": "^2.3.1", 66 66 "@radix-ui/react-dropdown-menu": "^2.0.6", 67 - "@react-native-async-storage/async-storage": "1.21.0", 67 + "@react-native-async-storage/async-storage": "1.23.1", 68 68 "@react-native-masked-view/masked-view": "0.3.0", 69 69 "@react-native-menu/menu": "^0.8.0", 70 70 "@react-native-picker/picker": "2.6.1",
+4 -4
yarn.lock
··· 4836 4836 dependencies: 4837 4837 "@babel/runtime" "^7.13.10" 4838 4838 4839 - "@react-native-async-storage/async-storage@1.21.0": 4840 - version "1.21.0" 4841 - resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.21.0.tgz#d7e370028e228ab84637016ceeb495878b7a44c8" 4842 - integrity sha512-JL0w36KuFHFCvnbOXRekqVAUplmOyT/OuCQkogo6X98MtpSaJOKEAeZnYO8JB0U/RIEixZaGI5px73YbRm/oag== 4839 + "@react-native-async-storage/async-storage@1.23.1": 4840 + version "1.23.1" 4841 + resolved "https://registry.yarnpkg.com/@react-native-async-storage/async-storage/-/async-storage-1.23.1.tgz#cad3cd4fab7dacfe9838dce6ecb352f79150c883" 4842 + integrity sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA== 4843 4843 dependencies: 4844 4844 merge-options "^3.0.4" 4845 4845