Files
react-navigation/example/index.js
2020-01-10 13:12:32 +01:00

5 lines
148 B
JavaScript

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