7 lines
157 B
JavaScript
Raw Normal View History

2017-08-01 18:44:14 +02:00
// @flow
import { AppRegistry } from 'react-native';
import App from './src/App';
2017-08-01 18:44:14 +02:00
AppRegistry.registerComponent('ReactNativeLanguagesExample', () => App);