Closed adids1221 closed 5 months ago
Currently react native Image does support borderRadius prop on mobile. In web there is no support for borderRadius as individual prop but only passed via style (link). react native image types
borderRadius
style
On Web we only support styles via the style prop
Is there an existing request?
Describe the feature request
Currently react native Image does support
borderRadius
prop on mobile. In web there is no support forborderRadius
as individual prop but only passed viastyle
(link). react native image types