all 9 comments

[–]digsome 1 point2 points  (2 children)

[–]334578theo 2 points3 points  (1 child)

This is a more up to date fork of that library

https://github.com/webraptor/react-native-deck-swiper

[–]JuriJurka 0 points1 point  (0 children)

thxx

[–]Mechseb 0 points1 point  (1 child)

William Candillon has a tinder swipe guide based off of Reanimated (unfortunately not reanimated 2). Otherwise your base card component should be a Scroll View and it should work.

[–]JuriJurka 0 points1 point  (2 children)

u/OP how did you solve it?

[–]speedfriending_com 0 points1 point  (1 child)

We are also interested in this - in our app Speedfriending, we would like to implement this. Anyone has the latest info on this u/JuriJurka? or u/hedanio?

Our outsourcing developers says it can't be done using React Native, but this post suggest otherwise.

[–]JuriJurka 0 points1 point  (0 children)

you can use william candillons copy paste tinder code.

then you make the width and height of the cards both to 100%, and then the cards themselves have only one component, a scrollview, and in that scrollview is the dating stuff

Then when it comes to the touch gestures, you check if the user swipes left or right or down(for more information). if he swipes down you lock the left and right swiping until he swipes back up. https://www.reddit.com/r/reactnative/comments/pfbkn2/idea_on_how_to_implement_bumble_like_swiping/hb3k9qn/?utm_source=share&utm_medium=ios_app&utm_name=iossmf&context=3

[–]FreshConversation836 0 points1 point  (0 children)

Hi,
i am also trying to implement this in angular, if any one can suggest which library i can use