import { registerRootComponent } from "expo"; import "./src/styles/css/global.css"; import App from "./App"; registerRootComponent(App);