react-native-image-slider-box
react-native-image-slider-box copied to clipboard
Can't adjust BorderRadius Prop with ImageBackground Component
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}} >