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

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