1 import { registerRootComponent } from "expo"; 2 import App from "./App"; 3 4 registerRootComponent(App);