UNPKG

@nexara/nativeflow

Version:

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

10 lines (9 loc) 182 B
"use strict"; import HStack from "./HStack.js"; import VStack from "./VStack.js"; const Stack = { H: HStack, V: VStack }; export default Stack; //# sourceMappingURL=index.js.map