Applying a borderRadius to a
example
<Text style={{ backgroundColor: '#f008', borderWidth: 1, borderColor: '#000', borderRadius: 12, padding: 8 }}>Test text</Text>
produces

according to my expectations, backgroundColor should be rounded corners aswell?
Try this snippet to reproduce.
<Text style={{ backgroundColor: '#f008', borderWidth: 1, borderColor: '#000', borderRadius: 12, padding: 8 }}>Test text</Text>
Try overflow="hidden", it should help.
@facebook-github-bot answered
Works on iOS not on Android.
Android has a issue on it here: https://github.com/facebook/react-native/issues/3198
as @christopherdro said: answered
this can be closed @albinhubsch @hramos 馃槈
@stoffern why this issue is closed if it is not fixed? It should work without hacks with overflow, same as for usual View. Should be reopened and fixed.
@hramos why this is closed? still a bug
I do not understand the logic behind this, a workaround not means a solved bug.
/cc @hramos
As i Wrote:
Works on iOS not on Android.
Android has a issue on it here: #3198as @christopherdro said: answered
this can be closed @albinhubsch @hramos 馃槈
Please refer to the original issue #3198
wat
Please open a new issue.
Most helpful comment
Try overflow="hidden", it should help.