mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
fork

Configure Feed

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

at remove_new_user_progress_guide 9 lines 229 B view raw
1import '#/platform/markBundleStartTime' 2 3import '#/platform/polyfills' 4import {registerRootComponent} from 'expo' 5import {doPolyfill} from '#/lib/api/api-polyfill' 6import App from '#/App' 7 8doPolyfill() 9registerRootComponent(App)