react-native-image-slider-box
react-native-image-slider-box copied to clipboard
How can I hide dots?
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' }}