Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

1.60

+2 -2
+1 -1
app.config.js
··· 14 14 /** 15 15 * Android build number. Must be incremented for each release. 16 16 */ 17 - const ANDROID_VERSION_CODE = 49 17 + const ANDROID_VERSION_CODE = 50 18 18 19 19 /** 20 20 * Uses built-in Expo env vars
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.59.0", 3 + "version": "1.60.0", 4 4 "private": true, 5 5 "scripts": { 6 6 "prepare": "is-ci || husky install",