Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

swipeDirection left not working with loop #40

Open
NainalChauhan opened this issue Apr 19, 2019 · 1 comment
Open

swipeDirection left not working with loop #40

NainalChauhan opened this issue Apr 19, 2019 · 1 comment

Comments

@NainalChauhan
Copy link

This is the smooth swiper library from others. I want to implement loop in stack mode with left swipe. But swipeDirection left is not working when stack and loop is enabled. Is there any way to achieve this functionality.

@NainalChauhan
Copy link
Author

NainalChauhan commented Apr 19, 2019

Its working after adding swipeThroughStack to true.

     ```
        <Swiper
                style={styles.wrapper}
                showPagination={false}
                smoothTransition={true}
                stack={true}
                loop={true}
                swipeThroughStack={true}
                >

  ```

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant