react-native-i18n/example/index.ios.js
2017-08-27 20:34:13 +02:00

7 lines
143 B
JavaScript

// @flow
import { AppRegistry } from 'react-native';
import App from './src/App';
AppRegistry.registerComponent('RNI18nExample', () => App);