react-native-reanimated-carousel
react-native-reanimated-carousel copied to clipboard
Is it possible to use Carousel (left/right swipe) inside another carousel (up/down swipe) ?
I would like to have user picture/user full screen and swipe left/right like your stack example to see their pictures and swipe up/down to like/dislike user like your stack vertical right example. I'm thinking to have carousel inside another carousel for this job but not sure if it's a good way to approach this problem. Could you please enlighten if react-native-reanimated-carousel can help for this task or should I look for something else or custom library ?