about summary refs log tree commit diff
path: root/index.web.js
blob: be75bc772ed3d9068db67b3ac6dee2aa7d443eb8 (plain) (blame)
1
2
3
4
5
6
7
8
import '#/platform/markBundleStartTime'
import '#/platform/polyfills'

import {registerRootComponent} from 'expo'

import App from '#/App'

registerRootComponent(App)