React-native-interactable: BorderRadius not working on android

Created on 4 Jun 2020  路  4Comments  路  Source: wix/react-native-interactable

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,
}

image

Most helpful comment

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

All 4 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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmitryusikriseapps picture dmitryusikriseapps  路  3Comments

sewerrat picture sewerrat  路  7Comments

emretekince picture emretekince  路  5Comments

iremlopsum picture iremlopsum  路  7Comments

rexlow picture rexlow  路  6Comments