intellidev1991/react-native-image-slider-box

How can I hide dots?

avijit-ordering opened this issue · 2 comments

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

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

dotStyle={{ display: 'none' }}