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

Does this work with video? #831

Open oporter1 opened 3 years ago

oporter1 commented 3 years ago

This is a general question. Does this work with video? Has anyone experienced issues with lag if so?

mtroskot commented 3 years ago

It's working with videos

Jayesh-Mahato commented 3 years ago

How to show YouTube videos?

dohooo commented 3 years ago

Sorry, please allow me to advertise for my open source library! ~ I think this library react-native-reanimated-carousel will solve your problem. It is a high performance and very simple component, complete with React-Native reanimated 2

akshaychilad commented 2 years ago

Video will play multiple times incase loop is enabled (i.e if you are passing array of 3. renderItem will be called with 0-8 index)