I need to implement something like this in my app ...
# compose
c
I need to implement something like this in my app where I can swipe up to swipe the item away. I know some libraries exist for swiping left to right, but does anyone have any ideas for how to implement something like this where I can swipe up to dismiss?
j
we did something like this in our custom toast. I've find the code somewhere like documentation or examples and modified it further https://github.com/kiwicom/orbit-compose/blob/main/ui/src/main/java/kiwi/orbit/compose/ui/controls/Toast.kt
c
YOOOOO. @Jan Skrasek this catalog is great! How did i not know about it before.