UNPKG

@nexara/nativeflow

Version:

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

9 lines 231 B
import HStack from "./HStack"; import VStack from "./VStack"; const Stack = { H: HStack, V: VStack }; export type { HStackProps } from './HStack'; export type { VStackProps } from './VStack'; export default Stack;