UNPKG

react-native-chating-ui-kit

Version:

CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly

17 lines 379 B
import HEART from './heart.png'; import SEND from './send_message.png'; import EMOJI from './emoji.png'; import ADD from './circle_add.png'; import IMAGE from './image.png'; import CLOSE from './close.png'; import STICKER from "./stickers.png"; export const ICONS = { HEART, SEND, EMOJI, ADD, IMAGE, CLOSE, STICKER }; //# sourceMappingURL=index.js.map