#animations

Tutorial: Tinder-like Swipe Cards

Tutorial: Tinder-like Swipe Cards

November 16, 2021 • 10 min read

Today we will be implementing Tinder like swipe cards in React Native using react-native's Animated API and PanResponder API. Disclaimer: the animations are created on the JavaScript thread and can be moved to the UI Thread using react-native-reanimated instead.