tooot/index.js

5 lines
101 B
JavaScript

import { registerRootComponent } from 'expo'
import App from './src/App'
registerRootComponent(App)