BearStudio/react-native-ficus-ui

Shadow not working on Stack and Box

omar-bear opened this issue · 2 comments

Description

shadow props not working on Stack and Box component

<Stack
      spacing="lg"
      h={80}
      pt={10}
      w="100%"
      flexDirection="row"
      shadow="lg"
      alignItems="center"
      bg="white"
      px="xl"
      borderBottomLeftRadius={32}
      borderBottomRightRadius={24}
    />

It works, but I had to add a shadowColor to make it function properly. I think we should add a default shadowColor value.

Fixed on version 1.0.0