I want to create a bottom up swipe stack like the image below but in swipe should be in top and bottom. I have found one library but the swipe is there left and right. https://github.com/flschweiger/SwipeStack
The stack should have the following features.
- If we are swiping up, left or right it should remove the item
- If we are swiping down it should bring the old item
If anyone knows the library available like above mentioned please let me know.