3 مستودعات
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.
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.
react-native-interactable هي مكتبة فيزياء الإيماءات وإطار عمل تفاعل لـ React Native. توفر محرك إيماءات متحرك ومجموعة أدوات واجهة مستخدم قائمة على الفيزياء مصممة لإنشاء مكونات معقدة تعتمد على اللمس مثل الصفوف القابلة للسحب والبطاقات القابلة للسحب. يتميز المشروع بمحاكاة الخصائص الفيزيائية، بما في ذلك توتر الزنبرك، واحتكاك السطح، وقوى الجاذبية. يسمح بإنشاء آبار جاذبية تجذب أو تطرد طرق العرض ويدمج زنبركات محاكاة لسحب العناصر نحو إحداثيات محددة مع تخميد قابل للتعديل. يغطي إطار العمل مجموعة واسعة من قدرات التفاعل، بما في ذلك التقاط الإحداثيات، واكتشاف دخول الحدود، وقيود نطاق الحركة مع تأثيرات ارتداد قابلة للتكوين. كما يتيح مزامنة حركة العرض في الوقت الفعلي مع الخصائص المتحركة لدفع التغييرات في العتامة، أو الحجم، أو الدوران.
Adds spring physics, friction, and gravitational forces to draggable views within React Native.
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.