5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
|
|
import { registerRootComponent } from 'expo';
|
||
|
|
import App from './App';
|
||
|
|
|
||
|
|
registerRootComponent(App);
|