1 Repo
Systems for building complex touch-based interaction patterns like swipeable rows.
Distinct from React Native Components: Distinct from React Native Components by providing the underlying interaction logic and animation system rather than static components.
Explore 1 awesome GitHub repository matching mobile development · Interaction Frameworks. Refine with filters or upvote what's useful.
react-native-interactable is a gesture physics library and interaction framework for React Native. It provides an animated gesture engine and a physics-based UI toolkit designed to create complex touch-based components such as swipeable rows and draggable cards. The project distinguishes itself through the simulation of physical properties, including spring tension, surface friction, and gravitational forces. It allows for the creation of gravity wells that attract or repel views and integrates simulated springs to pull elements toward specific coordinates with adjustable damping. The framew
System for creating complex touch-based components like swipeable rows and draggable cards using high-performance animations.