Live video on the AT Protocol
79
fork

Configure Feed

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

at natb/unscope-dropdown-passins 9 lines 276 B view raw
1// Don't add anything to this file! It needs to be minimal so that 2// hot module reloading works properly on web. 3 4import "@expo/metro-runtime"; 5import { registerRootComponent } from "expo"; 6import "./polyfills"; 7import Router from "./router"; 8 9registerRootComponent(Router);