1 2import { registerRootComponent } from 'expo'; 3import "./global.css"; 4import App from './src/App'; 5 6registerRootComponent(App);