oliviertassinari / react-swipeable-views

A React component for swipeable views. :snowflake:
https://react-swipeable-views.com/
MIT License
4.46k stars 480 forks source link

Dynamic Slides not animating #510

Open boomgetchopped opened 5 years ago

boomgetchopped commented 5 years ago

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 set this component's index to the index of the new slide.

So the children of SwipableViews changes dynamically.

When this happens, this component successfully navigates to the new slide, but there is no animation.

persist-xyz commented 3 years ago

+1