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 rm-opacity 4 lines 126 B view raw
1import 'platform/polyfills' 2import {registerRootComponent} from 'expo' 3import App from './src/App' 4registerRootComponent(App)