UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

9 lines 283 B
import AvatarImage from "./AvatarImage"; import AvatarText from "./AvatarText"; const Avatar = { Image: AvatarImage, Text: AvatarText }; export type { AvatarImageProps } from './AvatarImage'; export type { AvatarTextProps } from './AvatarText'; export default Avatar;