android - borderTopLeftRadius and borderBottom on react-native -
i have button component in react-native this:
<view style={{ ... }}> <touchableopacity style={{ bordertopleftradius: 5, borderbottomwidth: 2, borderbottomcolor: 'red', ...}} > <text> button </text> </touchableopacity> </view>
and result this:
but want this:
why there shade in left bottom? normal?
Comments
Post a Comment