import { AppRegistry } from 'react-native'; import App from './src/index.tsx'; AppRegistry.registerComponent('ReactNavigationExample', () => App);