Live video on the AT Protocol
at next 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);