index.js raw

   1  import { registerRootComponent } from 'expo';
   2  import App from './App';
   3  
   4  registerRootComponent(App);
   5