A React Native component implementing Tinder-like swipe animations with gesture handling.
react-native-swiper-animated is a React Native component that provides Tinder-style swipe animations for building interactive card interfaces. It enables developers to create engaging user experiences with smooth gesture-based interactions in mobile applications using React Native's PanResponder system.
React Native developers building mobile apps that require interactive, gesture-driven card interfaces, such as dating apps, discovery features, or onboarding flows.
Developers choose this for its simple, reusable implementation of popular swipe animations without complex setup, offering customizable cards and swipe callbacks for easy integration into app logic.
Tinder-like swiper for react-native
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Implements signature swipe left/right animations popularized by dating apps, providing a familiar and engaging user experience as highlighted in the project description.
Focuses on delivering a straightforward, reusable component without complex setup, aligning with the project's philosophy of minimal implementation requirements.
Supports rendering custom React components as swipeable cards, allowing developers to tailor the UI to specific app needs, as noted in the key features.
Uses React Native's PanResponder for touch and swipe recognition, avoiding the need for external gesture libraries in basic use cases.
The package is no longer maintained and was archived in 2019, meaning no bug fixes, updates, or support, as explicitly stated in the README.
Relies on React Native's PanResponder, which is less performant and lacks features compared to modern alternatives like react-native-gesture-handler, a planned but unreleased v2.
With no updates, it may not be compatible with newer React Native versions, potentially causing breaking changes in evolving projects.
The planned v2 with react-native-gesture-handler was never released, so it lacks performance improvements and new gesture capabilities, limiting future development.