92 likes
·
4.0K reads
5 comments
·May 21, 2021
May 21, 2021
Thanks fot the post, helped me a lot
But, now i need create the logical card swiper, using my backend, but, i do not know how i send my item.id to my function handleRightDecay() for example, please help me.
1
·
·1 reply
·May 23, 2021
May 23, 2021
Hi guys, i resolve this problem, creating a global variable, and a function that replaces the value of that variable by calling it inside my animated.view with onChange: D
·
·Sep 7, 2022
Sep 7, 2022
I am new in react-native and i want to show three cards together like a stack view how can i achieve this? Please help
·
·1 reply
Author
·Sep 8, 2022
You can put them in FlatList, and give absolute position to all cards. It will make put them on top of each other like a stack.
Then you can add elevation and zIndex to control which card appears on top.
1
·