Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

more deps

(cherry picked from commit 9b8f20f1919193611aec2322306564ffd5570c78)

authored by

Samuel Newman and committed by
Eric Bailey
c7666917 e01fc2fb

+7
+1
app.config.js
··· 191 191 channel: UPDATES_CHANNEL, 192 192 }, 193 193 plugins: [ 194 + 'expo-video', 194 195 'expo-localization', 195 196 USE_SENTRY && [ 196 197 '@sentry/react-native/expo',
+1
package.json
··· 145 145 "expo-system-ui": "^4.0.4", 146 146 "expo-task-manager": "~12.0.3", 147 147 "expo-updates": "~0.26.10", 148 + "expo-video": "^2.0.5", 148 149 "expo-web-browser": "~14.0.1", 149 150 "fast-text-encoding": "^1.0.6", 150 151 "history": "^5.3.0",
+5
yarn.lock
··· 10688 10688 ignore "^5.3.1" 10689 10689 resolve-from "^5.0.0" 10690 10690 10691 + expo-video@^2.0.5: 10692 + version "2.0.5" 10693 + resolved "https://registry.yarnpkg.com/expo-video/-/expo-video-2.0.5.tgz#5c5311b0a20dcb7897d06cd4f9d7fb0ce13711d9" 10694 + integrity sha512-K5Q4bFKtYq0wEC38mckWUYeaTXsmhl6duidhSdbA63VBy6cwxDOk8uPsFPTQD3FXKJg6wFB0z8ZUASSPuUaY5A== 10695 + 10691 10696 expo-web-browser@~14.0.1: 10692 10697 version "14.0.1" 10693 10698 resolved "https://registry.yarnpkg.com/expo-web-browser/-/expo-web-browser-14.0.1.tgz#97f3f141b0897364bc8364d90d6e29df0beec8aa"