leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.4k stars 2.34k forks source link

Multiple react-native-swipers on a page #131

Open lifehackett opened 8 years ago

lifehackett commented 8 years ago

I'm using react-native-swiper on one part of my app for pagination and it works great. I am now trying to use it in a scroll-view that is made up of many cards and each card can be swept right or left. However, when I put multiple react-native-swiper elements on a page, only the first one renders. Is this a supported behavior? (Note: If I remove the swiper wrapper the cards render as expected)

GroupXTech commented 7 years ago

Trying to do the same thing now, @lifehackett did you find a work around?

Thanks

DeVoresyah commented 6 years ago

same here