meliorence / react-native-snap-carousel

Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
BSD 3-Clause "New" or "Revised" License
10.37k stars 2.29k forks source link

Title CSS isn't available in ParallaxImage documentation !! #974

Open cloudchallengers opened 1 year ago

cloudchallengers commented 1 year ago

I want to display some text over the carousel images, but I am not getting any relevant examples of the same.

The official documentation here at https://github.com/meliorence/react-native-snap-carousel/blob/master/doc/PARALLAX_IMAGE.md just provides example for displaying images and the text below the image. But I want to display some text on top of the image.

Can someone provide any such example ?