react-swipeable-views icon indicating copy to clipboard operation
react-swipeable-views copied to clipboard

A React component for swipeable views. :snowflake:

Results 91 react-swipeable-views issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

help wanted

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...

enhancement
help wanted

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)...

bug
help wanted

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...

bug
help wanted

Trying to add hooks based functional component. Hooks logic is not working in that component. Add hooks Support.

Feature

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...

enhancement
help wanted
difficulty: easy
good first issue

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...

enhancement
help wanted

It seems to be a iOS 11 regression. It's working fine with iOS 10. I have no clue about what's wrong.

bug
Native

## 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'....

help wanted
Performance