ide / react-native-button

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

support borderRadius for button #21

Closed andrewljohnson closed 8 years ago

andrewljohnson commented 8 years ago

fixes #13

Elyx0 commented 8 years ago

Why not merged yet ?

ide commented 8 years ago

@Elyx0 we don't take every PR. if it's really important to you, fork this repo.

andrewljohnson commented 8 years ago

@ide was this the wrong approach... any feedback on my PR?

ide commented 8 years ago

The Text style and TouchableOpacity style probably should be kept separate. Can you introduce a new containerStyle prop and use that instead?

andrewljohnson commented 8 years ago

:thumbsup: