mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 22:50:22 +08:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('GiftedChat', () => App);
|