Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Bump deps

+5 -5
+1 -1
package.json
··· 21 21 "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" 22 22 }, 23 23 "dependencies": { 24 - "@atproto/api": "0.2.6", 24 + "@atproto/api": "0.2.7", 25 25 "@bam.tech/react-native-image-resizer": "^3.0.4", 26 26 "@expo/webpack-config": "^18.0.1", 27 27 "@fortawesome/fontawesome-svg-core": "^6.1.1",
+4 -4
yarn.lock
··· 30 30 tlds "^1.234.0" 31 31 typed-emitter "^2.1.0" 32 32 33 - "@atproto/api@0.2.6": 34 - version "0.2.6" 35 - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.6.tgz#030d9d3385bb109cc028451ab26a5e24ee126b06" 36 - integrity sha512-vw5D0o0ByuWd89ob8vG8RPd0tDhPi4NTyqn0lCJQDhxcYXx4I96sZ3iCUf61m7g3VNumBAoC2ZRo9kdn/6tb5w== 33 + "@atproto/api@0.2.7": 34 + version "0.2.7" 35 + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.7.tgz#ca917a8e7f5054c32c11ce09c82424fbe24112cd" 36 + integrity sha512-Sz+lLD5apC2f0FSClkElIrt4w+aLgzqJ/wqtFO7xuQH8+hGfxdfGuVIK5GEDQ7epeDlWvVhVSouP6ZdGSKKtSA== 37 37 dependencies: 38 38 "@atproto/common-web" "*" 39 39 "@atproto/uri" "*"