hardened bluesky app fork with microcosm
0

Configure Feed

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

fih / index.web.js
167 B 8 lines
1import '#/platform/markBundleStartTime' 2import '#/platform/polyfills' 3 4import {registerRootComponent} from 'expo' 5 6import App from '#/App' 7 8registerRootComponent(App)