UNPKG

react-native-chat-images

Version:

A React Native library to show images grid in chat messages like your favorite platforms!

10 lines (8 loc) 278 B
export const trueTypeOf = obj => { return Object.prototype.toString .call(obj) .slice(8, -1) .toLowerCase(); // anyOf(['string', 'boolean', 'array', 'object', 'number', 'function']) }; export const getThumbnail = obj => obj.thumbnail || obj.url || '';