dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 646 forks source link

Adding top offset & rotation #253

Open alexey-pelykh opened 6 years ago

alexey-pelykh commented 6 years ago

I need to add a vertical offset to the content (of a cell) as well as rotation, so I believe I should adjust somewhere around here https://github.com/dancormier/react-native-swipeout/blob/master/src/index.js#L369 ?

alexey-pelykh commented 6 years ago

255