Sign in
Log inSign up
Shad Mirza

5 comments

Luís Gustavo
Luís Gustavo
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
Luís Gustavo
Luís Gustavo
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

·
Ajay Bisht
Ajay Bisht
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
Shad Mirza
Shad Mirza
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
·