HStack / Row | NativeBase | Universal Components for React and React Native

Search
K
Hire us
If you are starting a new project, please try gluestack-ui for better performance and new design.
HStack / Row
HStack aligns items horizontally. Row is also an alias for HStack.
Import
Copy
import { HStack } from 'native-base';
Examples
Playground
Props
direction
The direction of the Stack Items.
Type: ResponsiveValue<"column" | "row">
Default: row
Nativebase logo
MadeWithNativeBase