Files
Mobile/index.js

5 lines
100 B
JavaScript

import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);