c8e0fa9c97
* Mark bundle start time on web * TS
10 lines
229 B
JavaScript
10 lines
229 B
JavaScript
import '#/platform/markBundleStartTime'
|
|
|
|
import '#/platform/polyfills'
|
|
import {registerRootComponent} from 'expo'
|
|
import {doPolyfill} from '#/lib/api/api-polyfill'
|
|
import App from '#/App'
|
|
|
|
doPolyfill()
|
|
registerRootComponent(App)
|