You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tryFullStack/mobile/index.ts

9 lines
325 B

2 months ago
// import { registerRootComponent } from 'expo';
2 months ago
2 months ago
// import App from './App';
2 months ago
2 months ago
// // 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);