necolas / react-native-web

Cross-platform React UI packages
https://necolas.github.io/react-native-web
MIT License
21.69k stars 1.79k forks source link

Image should support BorderPropTypes #2692

Closed adids1221 closed 5 months ago

adids1221 commented 5 months ago

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 for borderRadius as individual prop but only passed via style (link). react native image types

necolas commented 5 months ago

On Web we only support styles via the style prop