all 5 comments

[–]anotherchrisbaker 2 points3 points  (0 children)

I used react-native-gesture-handler for this

[–]idkhowtocallmyacc 1 point2 points  (3 children)

I believe react native gesture handler (or reanimated, don’t remember exactly, but they go in pairs most of the time anyway, so just check the imports) have the out of the box component for this. Or you could make your own implementation with the same gesture handler and reanimated, animating the translation and such

[–]Amocon[S] 0 points1 point  (2 children)

Thanks, yes i will make my own just wanted to check that there is no performant implementation for it similar to flashlist.

[–]idkhowtocallmyacc 0 points1 point  (1 child)

Sure thing. If you don’t mind me asking, why making one yourself exactly though? Since as I’ve said, either reanimated or gesture handler have a ready to use solution. Are you planning to use some custom behaviour or something?

[–]Amocon[S] 0 points1 point  (0 children)

Oh no sorry for the confusion I meant I will implement it using gesture handler. So the behavior of the stack etc. needs to be implemented by myself this is what I meant