leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.37k stars 2.35k forks source link

Disable Swiping #91

Closed yamill closed 8 years ago

yamill commented 8 years ago

Is there a way to disable swiping?

YashYash commented 8 years ago

Hey you can just do scrollEnabled={ false }. Im guessing react-native-swiper is a customized scrollView. It works for me. Hope this helps.

yamill commented 8 years ago

great. thanks!

SukumarSmart commented 5 years ago

thanks! @YashYash

SORNVENGE commented 5 years ago

Hey you can just do scrollEnabled={ false }. Im guessing react-native-swiper is a customized scrollView. It works for me. Hope this helps.

How to disable swip back or we can say swip left with react-native-swiper ?

VienLeVan commented 4 years ago

Hey you can just do scrollEnabled={ false }. Im guessing react-native-swiper is a customized scrollView. It works for me. Hope this helps.

Thanks

hoangsang0109 commented 4 years ago

Thanks @YashYash

jonathanmachado commented 4 years ago

How to disable swip back or we can say swip left with react-native-swiper ?

joebengos commented 4 years ago

How to disable the siwper to the right or left?

thangpq commented 1 year ago

How to disable the siwper to the right or left?

hide them then your swip will under your control. it is nice component, really easy to use. You can set current slide or do anything you want.

        showsButtons={false}
        showsPagination={false}>