react-swipeable-views
react-swipeable-views copied to clipboard
A React component for swipeable views. :snowflake:
First render after hydrating an SSR rendered view has a seemingly random height. After the first swipe the height recalculates to the correct height.
## Current Behavior While using `virtualize` HOC with `onChangeIndex` and `onTransitionEnd` callback at the same time, the slide cannot swipe backward by both touch/mouse move once the index reach `overscanSlideAfter`....
I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this repository and https://github.com/oliviertassinari/react-swipeable-views/issues/407 might be the similar issue. However, I found that Virtualized Swipe doesn't work on IE11 **only if React version is...
I am trying to use React-swipeable-views as a main wrapper of my views. Inside this views, I want to display a carousel, which is also swipeable. The problem is: I...
can anyone tell me how can i remove overflow which can inside tab container. thanks you Mehul Jariwala
- [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this repository and believe that this is not a duplicate. Hi. Thanks for this great package, it works very fine for my...
If you'll change `index` from 100 to 0, the `setIndex` function which is called from `componentWillReceiveProps` will return wrong results: https://github.com/oliviertassinari/react-swipeable-views/blob/master/packages/react-swipeable-views-utils/src/virtualize.js#L34 - [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of this...
Currently Virtualize will recalculate the window only on index change, but there may be the cases, when slideCount changes dynamically. If in such case we will be on slides edge,...
I'm interested in incorporating this component in my Clojurescript project, but unfortunately Clojurescript doesn't seem to play very nicely with ES6-style modules. - [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of...
hi, @oliviertassinari thanks for your great work. copy some code from the example **DemoCoverflow**, ``` const styles = StyleSheet.create({ container: { flex: 1, }, slide: { backgroundColor: 'yellow', alignItems: 'center',...