Files
react-native-gifted-chat/example/react-native-gifted-material/components/index.js
2016-07-20 18:48:44 +02:00

10 lines
133 B
JavaScript

import Avatar from './Avatar';
import List from './List';
import ListRow from './ListRow';
export {
Avatar,
List,
ListRow,
};