ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

Transparency on border radius not working #13

Closed niftylettuce closed 8 years ago

niftylettuce commented 9 years ago

There is a white background no matter what, how do I remove this?

screen shot 2015-10-23 at 10 54 37 am

  button: {
    width: 300,
    height: 60,
    color: '#fff',
    backgroundColor: '#49A8A2',
    borderRadius: 20
  }
feisan commented 9 years ago

try to add {overflow: 'hidden'}