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

15 lines 767 B
import backIcon from "./back.png"; import newIcon from "./new.png"; import spineerIcon from "./spineer.png"; import passwordGroupIcon from "./password.png"; import privateGroupIcon from "./private.png"; import waitingIcon from './sending.png'; import sentIcon from './grey-tick-icon.png'; import deliveredIcon from './grey-double-tick-icon.png'; import readIcon from './blue-double-tick-icon.png'; import errorIcon from './error.png'; import rightTickIcon from "./rightTick.png"; import closeIcon from "./close.png"; import deleteIcon from "./delete.png"; export { closeIcon, backIcon, newIcon, spineerIcon, passwordGroupIcon, privateGroupIcon, waitingIcon, sentIcon, deliveredIcon, readIcon, errorIcon, rightTickIcon, deleteIcon, }; //# sourceMappingURL=index.js.map