iot-v2-rn/app/IoT_Light/index.js
2020-10-05 12:28:28 +01:00

9 lines
315 B
JavaScript

import { registerRootComponent } from 'expo';
import App from './App';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in the Expo client or in a native build,
// the environment is set up appropriately
registerRootComponent(App);