Files
react-native-gifted-chat/example/index.android.js
Farid from Safi 42a3b5950e sync command
2016-07-29 14:22:26 +02:00

8 lines
130 B
JavaScript

import {
AppRegistry,
} from 'react-native';
import App from './App';
AppRegistry.registerComponent('GiftedChat', () => App);