diff --git a/packages/react-native-ficus-ui/src/components/stack/stack.tsx b/packages/react-native-ficus-ui/src/components/stack/stack.tsx index aa0a2a1..28d565d 100644 --- a/packages/react-native-ficus-ui/src/components/stack/stack.tsx +++ b/packages/react-native-ficus-ui/src/components/stack/stack.tsx @@ -81,6 +81,7 @@ export const Stack = forwardRef((props, ref) => { ref={ref} display="flex" gap={hasDivider ? undefined : spacing} + flexDirection={direction} {...rest} > {clones}