Files
react-navigation/packages/stack/example/index.js
2019-09-22 02:17:55 +02:00

5 lines
132 B
JavaScript

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