We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ea6a3 commit 8ff0bf9Copy full SHA for 8ff0bf9
1 file changed
ios/PagerView.swift
@@ -26,6 +26,8 @@ struct PagerView: View {
26
collectionView.bounces = props.overdrag
27
collectionView.isScrollEnabled = props.scrollEnabled
28
collectionView.keyboardDismissMode = props.keyboardDismissMode
29
+ collectionView.showsVerticalScrollIndicator = false
30
+ collectionView.showsHorizontalScrollIndicator = false
31
32
if let layout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout {
33
layout.scrollDirection = props.orientation
0 commit comments