awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • software-mansion/react-native-gesture-handlerAvatar software-mansion

    software-mansion/react-native-gesture-handler

    6,755Vezi pe 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
    Vezi pe GitHub↗6,755
  • wix/react-native-interactableAvatar wix

    wix/react-native-interactable

    5,179Vezi pe GitHub↗

    react-native-interactable este o bibliotecă de fizică a gesturilor și un framework de interacțiune pentru React Native. Oferă un motor de gesturi animate și un set de instrumente UI bazat pe fizică, conceput pentru a crea componente complexe bazate pe atingere, cum ar fi rânduri swipeable și carduri draggable. Proiectul se distinge prin simularea proprietăților fizice, inclusiv tensiunea arcului, frecarea suprafeței și forțele gravitaționale. Permite crearea de puțuri gravitaționale care atrag sau resping vizualizările și integrează arcuri simulate pentru a trage elementele către coordonate specifice cu amortizare reglabilă. Framework-ul acoperă o gamă largă de capabilități de interacțiune, inclusiv snapping la coordonate, detectarea intrării în limite și restricții ale intervalului de mișcare cu efecte de bounce configurabile. De asemenea, permite sincronizarea mișcării vizualizărilor în timp real cu proprietăți animate pentru a conduce modificări în opacitate, scală sau rotație.

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

    JavaScript
    Vezi pe GitHub↗5,179
  • motiondivision/motion-vueAvatar motiondivision

    motiondivision/motion-vue

    2,185Vezi pe 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
    Vezi pe GitHub↗2,185
  1. Home
  2. Mobile Development
  3. React Native Ecosystem
  4. React Native Libraries
  5. Native Gesture Recognition Libraries

Explorează sub-etichetele

  • 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.