-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to show page indicator top of the view #137
Comments
you can pass a style prop with overrides for the default styling (which is try something along the lines of |
@beeglebug's solution didnt work for me, and caused the pager not to render. What did work for me was passing it looked like this;
|
for <IndicatorViewPager where _renderTabIndicator() { this will 100% show tab on top make sure you use style={{flex: 1}} |
how can i show page dot indicator on top of the parent view currently its show on bottom of the view
The text was updated successfully, but these errors were encountered: