Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
299 B · 9 lines
TSX
12345678910// Don't add anything to this file! It needs to be minimal so that// hot module reloading works properly on web.
import "@expo/metro-runtime";import { registerRootComponent } from "expo";import "./polyfills";import Router from "./router";console.log("started");registerRootComponent(Router);