awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesNative Gesture Recognition Libraries

Declarative API that exposes the platform's native touch and gesture system to React Native, enabling smooth, deterministic gesture handling on the UI thread.

Distinct from React Native Libraries: Distinct from React Native Libraries: focuses specifically on native gesture recognition rather than general React Native extensions.

Explore 3 awesome GitHub repositories matching mobile development · Native Gesture Recognition Libraries. Refine with filters or upvote what's useful.

Awesome Native Gesture Recognition Libraries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • software-mansion/react-native-gesture-handlersoftware-mansion 的头像

    software-mansion/react-native-gesture-handler

    6,755在 GitHub 上查看↗

    React Native Gesture Handler is a declarative library that exposes the platform's native touch and gesture system to React Native, enabling smooth, deterministic gesture handling on the UI thread. It manages gesture recognition through a native state machine with defined transitions between states like BEGAN, ACTIVE, END, and CANCELLED, routing touch events through platform-native gesture recognizers on both iOS and Android. The library provides a comprehensive gesture composition framework that allows developers to combine multiple gestures into race, simultaneous, or exclusive sequences, co

    Exposes the platform's native touch and gesture system to React Native for smooth, deterministic gesture handling on the UI thread.

    TypeScriptgesturejavascriptreact-native
    在 GitHub 上查看↗6,755
  • wix/react-native-interactablewix 的头像

    wix/react-native-interactable

    5,179在 GitHub 上查看↗

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

    Adds spring physics, friction, and gravitational forces to draggable views within React Native.

    JavaScript
    在 GitHub 上查看↗5,179
  • motiondivision/motion-vuemotiondivision 的头像

    motiondivision/motion-vue

    2,185在 GitHub 上查看↗

    Motion-vue is a declarative animation library for Vue that provides a framework for building fluid, high-performance user interface motion. It enables developers to define complex animation states and transitions using code-based variants and spring-driven physics, ensuring that visual updates remain synchronized with component lifecycles and application state. The library distinguishes itself through a layout projection engine that tracks element coordinates to animate transitions between layout states, and a gesture-driven input pipeline that maps pointer and scroll interactions to animatio

    Exposes platform-native touch and gesture systems to enable smooth, deterministic gesture handling.

    TypeScriptanimationframer-motionmotion
    在 GitHub 上查看↗2,185
  1. Home
  2. Mobile Development
  3. React Native Ecosystem
  4. React Native Libraries
  5. Native Gesture Recognition Libraries

探索子标签

  • Gesture Physics ExtensionsExtensions for adding spring physics and gravitational forces to native gesture recognition. **Distinct from Native Gesture Recognition Libraries:** Distinct from Native Gesture Recognition Libraries by adding physics-based motion simulation to the gesture input.
  • Virtual Gesture DetectorsNon-host virtual detectors that add gesture recognition without modifying the native view hierarchy. **Distinct from Native Gesture Recognition Libraries:** Distinct from Native Gesture Recognition Libraries: focuses on virtual detectors that leave the view hierarchy unchanged.