I am using this library - react-native-image-slider-box
I want to change my image size, now it's too big. How can I change it?
Any idea...
Here is my code:
<SliderBox
images={list}
sliderBoxHeight={300}
autoplay
circleLoop
onCurrentImagePressed={(index) => {
console.warn(`image ${index} pressed`);
}}
/>
Thank you in advance!