fix swiper bounce in iOS (#1005)
This commit is contained in:
parent
825a404379
commit
5bfe97b1f2
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ export default class Swiper extends PureComponent {
|
|||
return (
|
||||
<ScrollView
|
||||
ref={this.refScrollView}
|
||||
bounces={false}
|
||||
horizontal={true}
|
||||
removeClippedSubviews={true}
|
||||
automaticallyAdjustContentInsets={true}
|
||||
|
|
|
|||
Loading…
Reference in a new issue