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
35 lines • 787 B
JavaScript
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 AUDIO from "./audio-file.png";
import VIDEO from "./video_upload.png";
import FILE from "./file_upload.png";
import EDIT from "./edit.png";
import DELETE from "./delete.png";
import COPY from "./copy.png";
import SHARE from "./share.png";
import INFO from "./info.png";
import FORWARD from "./forward.png";
import THREAD from "./thread.png";
import REPLY from "./reply.png";
export const ICONS = {
EDIT,
DELETE,
COPY,
SHARE,
INFO,
FORWARD,
THREAD,
REPLY,
HEART,
SEND,
EMOJI,
ADD,
AUDIO,
IMAGE,
VIDEO,
FILE
};
//# sourceMappingURL=index.js.map