ide / react-native-button

A button for React apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transparency on border radius not working

niftylettuce opened this issue · comments

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
  }

try to add {overflow: 'hidden'}