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