Select the types of activity you want to include in your feed.
1import '#/platform/markBundleStartTime' 2import '#/platform/polyfills' 3 4import {registerRootComponent} from 'expo' 5 6import App from '#/App' 7 8registerRootComponent(App)