-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add borderRadius support. #2
Comments
It's not supported currently. I'll look into how easy it would be to add. |
Well I switched to react-web-image and found out there is beta branch which has this funcionality implemented. vovkasm/react-native-web-image#2 . You can find inspiration there if it is still relevant for you. |
So even if we wrap it inside a |
i think u can look this to support radius,https://github.com/wasabeef/glide-transformations |
Yea, borderRadius not being supported is quite a bummer, would be awesome if we got it |
We definitely need this before we can use this library. Sadly I could not find any workaround to make it work, so it would be awesome to see this added :) |
Need this too. |
Same here.... ;( |
+1 |
+1, even a parent view with border radius and overflow hidden, the image won't get clipped. Using react-native Image component, is working(though their caching fails on ios) |
How about that.
|
@Akillis |
according here, #58 bordeRadius has been added, but when i tried on android, it does not work. did u guys managed to solve the issue? |
It is worked as i said. You need to try this out!. |
@Akillis it doesn't work for me. Looks like you need to know the exact size of the image beforehand too. |
@Akillis which fixed u mean? I tried adding borderRadius to the component,, but it is still squared.. |
Same issue. |
@DylanVann it looks like #58 it's not on npm yet. Can you please upload this feature? Thanks!! |
Same issue |
guys it works on iOS, but not on android |
Bump |
+1 for Android support |
You all can use wrap by View and use |
Yes, I concur with @anhtuank7c . Just upgrade to RN 0.50.0 and use overflow:hidden on the view container (which I tend to use anyway for scaling purposes) |
would be nice to get this support vs wrapping all the images in views |
修改header search paths,增加react路径
Remove redundant meta-data from manifest
Thank you for the help! |
can anyone confirm that border radius does work on android ? |
For me it works on simulator but not on Samsung S6. |
* add image color support
* add image color support
This is still not working on android: "react-native": "0.47.1", |
@wmonecke You have to upgrade to RN |
[kafil/bugs/19] fix: avatar placeholder issue
* tint color support (#2) * add image color support * added tintcolor support for android * changed prop to be named tintColor for consistency * fixed bug where tint color would not work on ios 10 * removed file accidentally added back in by merging master * updated readme, fixed prop warning * re-formatted with new rules
Sync with the original repo
…ID-PROP Fix typo in flow type for resizeImageAndroid
was borderRadious added because it isnt working on my end on android |
@coucoseth in our case we had to giva a background color to fast image as well in order to make it work. |
…m_prop feat: Extend Disable Transformation property for Android
Hi,
I was just wondering if you plan supporting border radius style on images. At least on android it seems that this rule is ignored.
The text was updated successfully, but these errors were encountered: