react-native-shadow
react-native-shadow copied to clipboard
Shadow only on bottom part
I want to draw shadow only on the bottom part on the component. How can I do ?
by settings x offset as 0, if i understand your issue correctly.
const shadowOpt = { x: 0, y: 5 };