react-swipeable-views
react-swipeable-views copied to clipboard
A React component for swipeable views. :snowflake:
Hi, I'm looking for some help or guidance in how I should go about triggering a re-render of a Virtualized component onTransitionEnd() instead of onChangeIndex(). Currently I have set overscanSlideBefore...
Hello, I'm trying to reproduce the custom width demo in codesandbox, but I am unable to get slider 2 to be between slider 1 right portion and slider 3 left...
In my app, there is only a single slide at first. The user can drill in to this initial view, and when they do, I create a new slide and...
Carousel effect for stepper not working as expected in desktop Firefox while drag with mouse. I can not scroll smoothly slider elements. - [x ] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues)...
During the swipe of full window height container with images, it can arbitrarily return to the previous container, although there should be the next one, or to the next one...
Trying to add hooks based functional component. Hooks logic is not working in that component. Add hooks Support.
Currently you can only pass `slideCount` prop, which enforces `[0, slideCount]` range on rendered list. In other words, index is limited from both sides. What I would like to do...
I personally believe that there should be one more event: `onIndexChanging (index, prevIndex)` for the sole purpose of deciding if the current index change should succeed or not. If the...
It seems to be a iOS 11 regression. It's working fine with iOS 10. I have no clue about what's wrong.
## Current Behavior ok, here is what i meet: `axis: x` is very smooth, and working well. but when the page show on orientation iPhone, i change it to 'y'....