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
at main 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)