mirror of
https://github.com/status-im/react-native-languages.git
synced 2025-01-14 18:24:30 +00:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
// @flow
|
|
|
|
import { AppRegistry } from 'react-native';
|
|
import App from './src/App';
|
|
|
|
AppRegistry.registerComponent('ReactNativeLanguagesExample', () => App);
|