Files
react-navigation/packages/example/index.js

7 lines
204 B
JavaScript

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);