react-native-image-slider-box icon indicating copy to clipboard operation
react-native-image-slider-box copied to clipboard

How can I hide dots?

Open avijit-ordering opened this issue 2 years ago • 2 comments

Please let me know how can I hide/remove the dots?

avijit-ordering avatar Apr 09 '22 09:04 avijit-ordering

Not super clean, but did you try to set paginationBoxVerticalPadding so high that the dots simply do not show?

nicoladj77 avatar Apr 14 '22 15:04 nicoladj77

dotStyle={{ display: 'none' }}

matziol avatar Jun 30 '22 15:06 matziol