tangled mirror of catsky-馃惐 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
18
fork

Configure Feed

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

at 7e6b23bd86e4692da77e8d9656fa2b5641106bab 8 lines 167 B view raw
1import '#/platform/markBundleStartTime' 2import '#/platform/polyfills' 3 4import {registerRootComponent} from 'expo' 5 6import App from '#/App' 7 8registerRootComponent(App)