File size: 99 Bytes
f68c02e | 1 2 3 4 | import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);
|
f68c02e | 1 2 3 4 | import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);
|