Files
CityExplorer/index.js
Patryk a18dbba5be Initial commit
Generated by create-expo-app 3.3.0.
2025-04-05 14:48:32 +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);