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

7 lines
148 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';
import Screen from './screen';
2017-04-03 15:14:36 +00:00
2017-04-07 17:21:55 +00:00
AppRegistry.registerComponent('RNI18nExample', () => Screen);