-
Notifications
You must be signed in to change notification settings - Fork 515
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 not working on android #310
Comments
Hello, did you manage to solve it ? |
nop :( |
I could not manage to fix it, I made a view inside with a border radius and hidden overflow + transparent background on the actual interactable view |
@sakymar can you show the code that solved it please? |
not working to me @sakymar
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I have this style on Interactable.View. On ios is ok, but on android it's not working... How can i fix this problem?
container: {
position: 'absolute',
left: 0,
right: 0,
backgroundColor: '#212641',
borderRadius: 25,
}
The text was updated successfully, but these errors were encountered: