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!
You can change the image height inside the slider box using this property:
This links to the below example (example 8)
Your final code will look like this: