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

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

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -