Live video on the AT Protocol
at natb/docs-openapi 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 "./polyfills"; 6import Router from "./router"; 7import { registerRootComponent } from "expo"; 8 9registerRootComponent(Router);