-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
BorderRadius issue on android #50
Comments
Seeing the same issue. |
Yes its still same |
I made a pull request that I believe fixes the issue. |
has same issue, any ideas? |
same problem, any solution? |
@AlanRussoDev look at https://github.com/oblador/react-native-progress/pull/51/files |
This was caused by bug in the RN implementation of overflow hidden on android and it is fixed in RN 0.50 |
I've made a fork that fixes this using the method mentioned above: https://github.com/OurPath/react-native-progress It's an incomplete fix because it requires you to pass through the desired background colour, so you can't have an image or gradient as the container's background. |
Closing as this is fixed in RN 0.50, reopen if it persists |
I am using Bar component and passing borderRadius value but it is setting borderRadius only of unfilled View while for filled view it is not setting .It is coming only in Android?
![screen shot 2017-04-04 at 3 47 09 pm](https://cloud.githubusercontent.com/assets/18344021/24652152/56cc9862-194e-11e7-856c-e17d06cee4b2.png)
The text was updated successfully, but these errors were encountered: