UNPKG

@nexara/nativeflow

Version:

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

10 lines (9 loc) 218 B
"use strict"; import AvatarImage from "./AvatarImage.js"; import AvatarText from "./AvatarText.js"; const Avatar = { Image: AvatarImage, Text: AvatarText }; export default Avatar; //# sourceMappingURL=index.js.map