UNPKG

react-native-user-avatar

Version:

React Native component for a user avatar with fallback to colored initials

6 lines (4 loc) 172 B
import ImageAvatar from './ImageAvatar'; import TextAvatar from './TextAvatar'; import CustomAvatar from './CustomAvatar'; export {ImageAvatar, TextAvatar, CustomAvatar};