Reputation: 21
I am trying to render product image and its description as slider using react native swiper. But is it possible to render dynamic content in react native swiper.
Upvotes: 0
Views: 1059
Reputation: 239
yes you can do this but the issue is that the height of every slide is fixed which is taken from longest slide height and applied to all other slides
Upvotes: 1