about summary refs log tree commit diff
path: root/index.web.js
blob: 4dee831cdac49a7c02045f4c8b7c4eb725e7f9ae (plain) (blame)
1
2
3
4
5
6
7
import '#/platform/polyfills'
import {registerRootComponent} from 'expo'
import {doPolyfill} from '#/lib/api/api-polyfill'
import App from '#/App'

doPolyfill()
registerRootComponent(App)