material-auto-rotating-carousel
material-auto-rotating-carousel copied to clipboard
Scrolling right in mobile view is broken
Swiping left works fine, but scrolling right does this...
Video example: https://www.loom.com/share/6e03c7c4f29e4f47a71450e6ee5638b3
When I installed this package, the React app was complaining it couldn't find react-swipeable-views
Failed to compile
./node_modules/material-auto-rotating-carousel/lib/SwipableCarouselView.js
Module not found: Can't resolve 'react-swipeable-views'
So I installed it ..
"react-swipeable-views": "^0.13.9",
I imagine the issue here is that the libraries need to be updated.
I did try installing [email protected]
as listed in this package.json file but the same issue exists.