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

import '#/platform/polyfills'
import {registerRootComponent} from 'expo'
import {doPolyfill} from '#/lib/api/api-polyfill'
import App from '#/App'

doPolyfill()
registerRootComponent(App)