We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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.
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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.The text was updated successfully, but these errors were encountered: