swipeout
swipeout copied to clipboard
why it does not work with web
To get this working on web you must also include the index css:
import 'rc-swipeout/assets/index.css';
@DavidBriglio I'm facing this issue even included the css file, though I'm may be wrong here but I'm trying it on desktop web does this plugin support that?
@farhantahir After installing I only had to add this at the top of the file that was using the SwipeOut component:
import SwipeOut from 'rc-swipeout';
import 'rc-swipeout/assets/index.css';
How did you install it, and what does your implementation look like?