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