Open RuiHelderOliveira opened 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
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:
or you can create the custom one like here:
— 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 .
Ask your Question
How can i show a page indicator on Android?