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:

enter image description here

but want this:

enter image description here

why there shade in left bottom? normal?


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -