1 2 3 4 5 6 7 8
import '#/platform/markBundleStartTime' import '#/platform/polyfills' import {registerRootComponent} from 'expo' import App from '#/App' registerRootComponent(App)