879479119 / react-native-shadow

A SVG shadow component powered with react-native-svg,which can provide shadow on Android like iOS ^_^

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shadow only on bottom part

psyycker opened this issue · comments

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 };