react-native-shadow icon indicating copy to clipboard operation
react-native-shadow copied to clipboard

Shadow only on bottom part

Open psyycker opened this issue 7 years ago • 1 comments

I want to draw shadow only on the bottom part on the component. How can I do ?

psyycker avatar Feb 19 '18 23:02 psyycker

by settings x offset as 0, if i understand your issue correctly.

const shadowOpt = { x: 0, y: 5 };

kennethnym avatar Apr 01 '18 08:04 kennethnym