Swipeout in React ruins the styles of the ListItem

I have a media list item which implements many tags in it, like H3, Span, etc…
I want to enable swipeout on that ListItem, but when adding the swipeout attribute to the ListItem, it ruins all of the style - paddings are not equal, line breaks, and text is wrapping out the screen.

Is this possible to add the swipeout functionality programmatically, so it wont affect any prior styles?