O raio da fronteira não está funcionando no iOS reagir nativo
add
overflow: 'hidden'
Using overflow: 'hidden' on the same element that have borderRadius should fix this issue, I guess..
<Text
style={{
borderRadius: 5,
overflow: 'hidden',
....
}}
>
Different Dunlin