UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

7 lines 271 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.getDisplayName = void 0; var getDisplayName = Component => Component.displayName || Component.name || 'Component'; exports.getDisplayName = getDisplayName; //# sourceMappingURL=getDisplayName.js.map