KeyStone / keystone-app /index.ts
dpv007's picture
Fix embedded Expo repository
303f9f1
Raw
History Blame Contribute Delete
307 Bytes
import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);