callstack / react-native-pager-view

React Native wrapper for the Android ViewPager and iOS UIPageViewController.
MIT License
2.74k stars 419 forks source link

Page Indicator #358

Open RuiHelderOliveira opened 3 years ago

RuiHelderOliveira commented 3 years ago

Ask your Question

How can i show a page indicator on Android?

troZee commented 3 years ago

Hey @RuiHelderOliveira The page indicator has not been implemented on android yet, but you can use the 3rd party library: https://github.com/callstack/react-native-pager-view/blob/master/example/src/PaginationDotsExample.tsx#L19

or you can create the custom one like here: https://github.com/callstack/react-native-pager-view/blob/96d1566f56c81647352555d0850d7a51a47d8517/example/src/HeadphonesCarouselExample.tsx#L195

RuiHelderOliveira commented 3 years ago

Thanks. I'm new to react-native and I'm not even comfortable with javascript yet. I come from native development on Android and would like to develop a view pager with indicator. What advice can you give me?

Regards. Rui Oliveira

troZee @.***> escreveu no dia quarta, 26/05/2021 à(s) 12:46:

Hey @RuiHelderOliveira https://github.com/RuiHelderOliveira The page indicator has not been implemented on android yet, but you can use the 3rd party library:

https://github.com/callstack/react-native-pager-view/blob/master/example/src/PaginationDotsExample.tsx#L19

or you can create the custom one like here:

https://github.com/callstack/react-native-pager-view/blob/96d1566f56c81647352555d0850d7a51a47d8517/example/src/HeadphonesCarouselExample.tsx#L195

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/callstack/react-native-pager-view/issues/358#issuecomment-848701220, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRDP27FTJTSAT6IDXFLJPDTPTNQZANCNFSM45PE7PZA .