Skip to content
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

Closed
Nasirilahi opened this issue Apr 4, 2017 · 9 comments
Closed

BorderRadius issue on android #50

Nasirilahi opened this issue Apr 4, 2017 · 9 comments

Comments

@Nasirilahi
Copy link

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

@jasongaare
Copy link

Seeing the same issue.

@moorthysubu
Copy link

Yes its still same

@enstulen
Copy link

I made a pull request that I believe fixes the issue.
#51

@mkozhukharenko
Copy link

has same issue, any ideas?

@alanbonachella
Copy link

same problem, any solution?

@mkozhukharenko
Copy link

@AlanRussoDev look at https://github.com/oblador/react-native-progress/pull/51/files

@dluksza
Copy link

dluksza commented Nov 23, 2017

This was caused by bug in the RN implementation of overflow hidden on android and it is fixed in RN 0.50

@jacklj
Copy link

jacklj commented Jan 17, 2018

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.

@oblador
Copy link
Owner

oblador commented May 31, 2018

Closing as this is fixed in RN 0.50, reopen if it persists

@oblador oblador closed this as completed May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants