Select the types of activity you want to include in your feed.
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)