Hey is there a way to set the size of my Button Icon?
<Button
contentStyle={[accordionStyles.header__button, ]}
icon={show === Props.value ? "chevron-up" : "chevron-down"}
direction='rtl'
color='black'
>
...
</Button>
But if i try to size the Button with size={40} it's not working.