dohooo / react-native-reanimated-carousel

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
https://react-native-reanimated-carousel.vercel.app
MIT License
2.63k stars 300 forks source link

Parallax intern padding #378

Open frannale opened 1 year ago

frannale commented 1 year ago

Hi, im using the library with the awesome parallax mode. But the problem is this mode adds a padding/margin top unnecesary. Can be possible overwrite this styles? or remove it In the image, my text not have styles, all the space is for the parallax mode

Screenshot 2023-03-07 at 16 30 43

Versions (please complete the following information):

puddinator commented 1 year ago

it does seem like the parallax comes with some undesireable padding, although perhaps we can just set negative margin style={{ marginTop: -15, marginBottom: -20 }}

SimRunBot commented 3 months ago

that was hard to find...