react-native-image-slider-box icon indicating copy to clipboard operation
react-native-image-slider-box copied to clipboard

Can't adjust BorderRadius Prop with ImageBackground Component

Open vcesardev opened this issue 5 years ago • 0 comments

I want to use it with the ImageBackground component, but when i try to style the image, i can do all the other options, but i can't fiz the borderRadius of an image, does anyone have the same issue?

i'll post the code down below, sorry for bad english.

<SliderBox images={images} sliderBoxHeight={CONST.ALTURA*0.55} resizeMode="cover" ImageComponent={ImageBackground} resizeMethod={'resize'} ImageComponentStyle={{width: '100%', marginTop: 5, borderRadius: 15}} >

vcesardev avatar Nov 24 '20 16:11 vcesardev