Files
react-navigation/example/index.js
2019-12-09 15:20:28 +01:00

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