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

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -