1 个仓库
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 是一个用于 React Native 的手势物理库与交互框架。它提供了一个动画手势引擎与基于物理的 UI 工具包,旨在创建复杂的手势交互组件,如可滑动行与可拖拽卡片。 该项目通过模拟物理属性(包括弹簧张力、表面摩擦力与重力)脱颖而出。它允许创建吸引或排斥视图的重力井,并集成了模拟弹簧,以可调节的阻尼将元素拉向特定坐标。 该框架涵盖了广泛的交互能力,包括坐标吸附、边界进入检测以及带有可配置回弹效果的移动范围限制。它还支持将实时视图移动与动画属性同步,以驱动不透明度、缩放或旋转的变化。
System for creating complex touch-based components like swipeable rows and draggable cards using high-performance animations.