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
Has anyone tested this on Android ? I don't think the current approach is going to work, as RN for Android doesn't support individual corner radius properties (borderTopLeftRadius etc.) [1]
This is what I get on Android for the Hollow example code in README:
Thanks for the heads up, I didn't see the related issues with RN and android. I'll try and get my hands on an android emulator and see if anything can be done. Some quick searching also brought up an issue with overflow: 'hidden' not working with a borderRadius
You're absolutely right and I apologize that I missed the issue with android not supporting individual corner radius properties. I updated the readme to reflect this for now.
Has anyone tested this on Android ? I don't think the current approach is going to work, as RN for Android doesn't support individual corner radius properties (borderTopLeftRadius etc.) [1]
This is what I get on Android for the Hollow example code in README:
[1] facebook/react-native#3040
The text was updated successfully, but these errors were encountered: