Hey all,
dribbble.com/shots/2865823-Reminder-and-task-mana…
I'm trying to create this list style on react native. But the thing is that i tried too many variations but it doesn't been like this. So do you know how to do this basically? Or what're the "keywords" to investigate on the web?
p.s. I know it's so silly question but i really couldn't find any way to do this. Maybe it's imposibble :D
TheSheriff
Co-Founder, Founder, Entrepreneur & Problem Solver
It won't be impossible. You basically want this github.com/meteor-factory/react-native-tinder-swi…
So from there you'd need to stack the tiles, from an array or similar. Then change the swipe directions and have a point for cutoff (where the tile gets dropped from the top view) - which is already there, just for a different direction.
The content of each card with animations will be trivial. Then figure out how to minimise the card and display something below it (if you want that bit) - this is the hard bit!
Hope this helped.