import { registerRootComponent } from "expo"; import App from "../src/index"; registerRootComponent(App);