File size: 98 Bytes
bb8f662
 
 
1
2
3
import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);