import { AppRegistry } from 'react-native'; // Need to add extension or eslint confuses it with app.json import App from './App.tsx'; AppRegistry.registerComponent('ReactNavigationExample', () => App);