react-native-i18n/example/index.ios.js

7 lines
143 B
JavaScript
Raw Normal View History

2017-04-07 17:21:55 +00:00
// @flow
2017-04-03 15:14:36 +00:00
2017-04-07 17:21:55 +00:00
import { AppRegistry } from 'react-native';
2017-08-27 18:34:13 +00:00
import App from './src/App';
2017-04-03 15:14:36 +00:00
2017-08-27 18:34:13 +00:00
AppRegistry.registerComponent('RNI18nExample', () => App);