fix swiper bounce in iOS (#1005)

This commit is contained in:
enahum 2017-10-10 14:15:11 -03:00 committed by Harrison Healey
parent 825a404379
commit 5bfe97b1f2

View file

@ -118,6 +118,7 @@ export default class Swiper extends PureComponent {
return (
<ScrollView
ref={this.refScrollView}
bounces={false}
horizontal={true}
removeClippedSubviews={true}
automaticallyAdjustContentInsets={true}