about summary refs log tree commit diff
path: root/index.web.js
blob: 4ceb656fb4e42575beac3f002f8602a1236bcfae (plain) (blame)
1
2
3
4
import 'platform/polyfills'
import {registerRootComponent} from 'expo'
import App from './src/App'
registerRootComponent(App)