Le rayon de la frontière ne fonctionne pas iOS réagi natif
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