zachgibson / react-native-parallax-swiper

Paged Parallax Swiper with Effects
MIT License
623 stars 76 forks source link

There's some props to add a pagination for UX like dots pagination or bar pagination? #27

Closed flixyudh closed 6 years ago

zachgibson commented 6 years ago

There’s nothing by default. You can easily do this yourself with what this component exposes. But this might be a good idea to do in the future.

flixyudh commented 6 years ago

Actually, I'm not good enough with React Native (Javascript), Mind if you add this feature on the next update? Just to let user know how much images available to swipe

zachgibson commented 6 years ago

@zxccvvv I will play around with this idea. I’m not sure if it fits with the pattern I’m following with this UI—usually you don’t see paginated dots but it might work.