-
-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Description
How to place two elements next to each other in <DialogContent>?
This
<View className="flex-row items-center">
<Pause size={18} className="text-foreground mr-2" />
<Text>Pause</Text>
</View>displays
This
<DialogDescription>
<Pause size={18} className='text-foreground' />
<Text>Pause</Text>
</DialogDescription>displays
but can't add space between text and icon, gap, items-center, justify-center
Metadata
Metadata
Assignees
Labels
No labels

