react-native-pager-view
react-native-pager-view copied to clipboard
showPageIndicator support for Android devices
Describe the feature
Currently, this package only supports the IOS of showPageIndicator, so on behalf of Android users and developers, we want this to be available for Android.
Motivation
Related Issues
In the future, we plan to remove the page indicator completely. Using reanimated library you can create a fancy page indicator. Some examples you can find here: https://github.com/callstack/react-native-pager-view/blob/master/example/src/PaginationDotsExample.tsx
@troZee Do you have a js example for the same?