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

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

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -