react-native-page-indicator
react-native-page-indicator copied to clipboard
React Native component designed to display the current page of a swiper, slideshow, carousel, and more.
Results
3
react-native-page-indicator issues
Sort by
recently updated
recently updated
newest added
For certain types of indicators (such as "bead"), making them clickable/pressable will help navigating from page 'i' to page 'j' easier.
Let me start by saying, awesome project! I'm currently trying to implement it in my app. However, I'm using [`react-pager-view`](https://github.com/callstack/react-native-pager-view) which is based on Reanimated. All your examples how how...