mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-01-10 04:05:56 +00:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
// @flow
|
|
|
|
import { AppRegistry } from 'react-native';
|
|
import Screen from './screen';
|
|
|
|
AppRegistry.registerComponent('RNI18nExample', () => Screen);
|