You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason (facebook/react-native#14148) Image component is not support corner-specific border radius like borderTopRightRadius. but cssta translates border-radius to four specific border radius, and it is not work for Image Component.
You are 100% correct in the cause! We "fixed" this in styled-components by disabling the border-radius shorthand. It actually works in android, and it looks like they're working on it for iOS, so I think I'll just wait and see!
I don't really have a great workaround in the meantime. Sorry!
um.. i'm not sure it is a cssta's issue.
for some reason (facebook/react-native#14148) Image component is not support corner-specific border radius like
borderTopRightRadius
. but cssta translatesborder-radius
to four specific border radius, and it is not work for Image Component.code:
The text was updated successfully, but these errors were encountered: