react-native-gifted-chat-flashlist
Version:
React Native Gifted Chat with FlashList optimization for better performance
5 lines • 333 B
JavaScript
const styleString = (color) => `color: ${color}; font-weight: bold`;
const headerLog = '%c[react-native-gifted-chat]';
export const warning = (...args) => console.log(headerLog, styleString('orange'), ...args);
export const error = (...args) => console.log(headerLog, styleString('red'), ...args);
//# sourceMappingURL=logging.js.map