Files
luggage-list/index.js
Luna 7de77d2878
Some checks failed
Build App / release (push) Has been cancelled
Build App / build-web (push) Has been cancelled
Build App / build-android (push) Has been cancelled
feat: scaffold luggage list expo app with core local MVP
2026-04-18 11:51:58 +02:00

9 lines
307 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 Expo Go or in a native build,
// the environment is set up appropriately
registerRootComponent(App);