react-native-languages/example/index.android.js

7 lines
157 B
JavaScript

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