flexDirection:row
as style. Below is my code<View
style={{
flex: 1,
marginTop: 90
}}
<HStack
space="lg"
style={{
backgroundColor: 'red'
}}
>
<Text>Home Page</Text>
<Text>Home Page</Text>
<Text>Home Page</Text>
</HStack>
</View>