react-native-i18n/example/index.ios.js
2017-05-25 17:52:40 +02:00

7 lines
148 B
JavaScript

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