npx gluestack-ui add hstackimport { HStack } from '@/components/ui/hstack';
export default () => <HStack />;
| Prop | Type | Default | Description |
|---|---|---|---|
space | string | - | It sets the space between children. By default there is no space between the HStack items. |
reversed | boolean | false | When true, it places the HStack items in reverse direction. |