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