mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-02-02 07:14:53 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
// @flow
|
|
|
|
import { AppRegistry } from 'react-native';
|
|
import App from './src/App';
|
|
|
|
AppRegistry.registerComponent('RNI18nExample', () => App);
|