I’m building a super simple widget to share with the community but I’m desperately trying to add a nice smooth shadow to the main frame, but I can’t find the right props to do it with
Could anyone point me in the right direction?
<AutoLayout fill={"#eee"} padding={4} cornerRadius={40}> // I want to apply a shadow to this frame?
<AutoLayout
verticalAlignItems={"center"}
direction={"vertical"}
spacing={8}
padding={16}
cornerRadius={40}
fill={"#fff"}
stroke={"#E6E6E6"}
strokeWidth={1}
>
</Autolayout>
</Autolayout>