mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-06-12 09:08:04 +08:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
|
|
import MyContainer from './MyContainer';
|
|
|
|
AppRegistry.registerComponent('GiftedMessenger', () => MyContainer);
|