awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kmagiera avatar

kmagiera/react-native-reanimated

0
View on GitHub↗
10,889 स्टार्स·1,483 फोर्क्स·TypeScript·MIT·6 व्यूज़docs.swmansion.com/react-native-reanimated↗

React Native Reanimated

This project is a cross-platform mobile animation library and UI thread animation engine designed to create high-performance animations by running JavaScript logic directly on the UI thread. It functions as a multi-threaded JavaScript runtime that allows code to execute across multiple threads to improve concurrency and prevent frame drops.

The library focuses on enabling fluid user interface interactions and high-frame-rate transitions that remain stable regardless of the main processing load. It provides a system for offloading animation logic from the main thread to ensure smooth motion and prevent visual stutters during user interactions.

The implementation covers multi-threaded JavaScript execution and a specialized animation engine for React Native UI development.

Features

  • Native Thread Animation Engines - Provides a native-thread animation engine that processes frames independently of the JavaScript thread to maintain sixty FPS.
  • Worklet Execution Environments - Executes small JavaScript functions called worklets directly on the UI thread to eliminate bridge overhead.
  • Framework-Native Bridges - Implements a high-speed synchronous bridge to bypass asynchronous communication when updating the native layer.
  • Multi-threaded Execution - Enables the execution of JavaScript code across multiple threads to improve concurrency and performance.
  • Native Bindings - Provides high-performance native bindings via JSI to allow direct C++ function calls from JavaScript.
  • JavaScript Runtimes - Functions as a multi-threaded JavaScript runtime environment to improve application concurrency.
  • Mobile UI Frame Rate Optimization - Optimizes mobile animations to maintain a stable, high frame rate regardless of JavaScript thread load.
  • Reactive Shared Values - Ships a shared-value system for synchronized, reactive state management between the JS and UI threads.
  • Mobile Animation Libraries - Serves as a cross-platform mobile animation library that runs logic on the UI thread for high performance.
  • Worklet Compilers - Implements a build-time process that transforms JavaScript functions into specialized worklets for native runtime execution.
  • React Native UI Libraries - Provides high-performance animation primitives specifically designed for the React Native ecosystem.
  • Interaction Smoothing - Ensures fluid, stutter-free animations by running interaction logic on the native UI thread.
  • Interactive Interface Animations - Provides the foundation for animations that respond instantly to user gestures without visual stuttering.
  • Animation - Reimplemented animation library for native performance.

स्टार हिस्ट्री

kmagiera/react-native-reanimated के लिए स्टार हिस्ट्री चार्टkmagiera/react-native-reanimated के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

React Native Reanimated के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो React Native Reanimated के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • wcandillon/can-it-be-done-in-react-nativewcandillon का अवतार

    wcandillon/can-it-be-done-in-react-native

    4,203GitHub पर देखें↗

    This repository is a collection of reference implementations and sample projects that demonstrate high-fidelity animations and gesture-driven interface patterns for cross-platform mobile frameworks. It provides a library of demonstration code and interactive components to showcase advanced user interface patterns. The project focuses on mapping complex touch inputs to fluid visual animations and coordinated layout changes. These examples serve as prototypes for developing and testing complex interaction patterns to determine the feasibility of specific design behaviors in React Native. The i

    TypeScript
    GitHub पर देखें↗4,203
  • xotahal/react-native-motionxotahal का अवतार

    xotahal/react-native-motion

    2,078GitHub पर देखें↗

    React Native Motion is a cross-platform animation library designed for building fluid transitions and motion effects within mobile applications. It functions as a declarative engine that parses static configuration objects to orchestrate complex visual sequences and interface updates. The library distinguishes itself through a native-driven execution model that processes animation frames directly on the native UI thread, bypassing the JavaScript bridge to maintain performance. It provides specialized tools for shared element transitions, which track component geometry across navigation bounda

    JavaScriptanimationreact-nativeux
    GitHub पर देखें↗2,078
  • software-mansion/react-native-reanimatedsoftware-mansion का अवतार

    software-mansion/react-native-reanimated

    10,674GitHub पर देखें↗

    This project is a cross-platform animation library for React Native that provides a declarative engine for building high-performance user interfaces. It functions by offloading animation logic and interaction processing to the native UI thread, ensuring that visual transitions remain smooth and responsive even when the main application thread is under heavy load. The library distinguishes itself through a specialized architecture that transforms standard functions into units capable of executing directly on the native thread. It utilizes shared-memory synchronization to maintain consistent da

    TypeScriptanimationgesturejavascript
    GitHub पर देखें↗10,674
  • oblador/react-native-animatableoblador का अवतार

    oblador/react-native-animatable

    9,955GitHub पर देखें↗

    This project is a cross-platform mobile animation library and component wrapper that enables movement and style transitions for mobile UI elements. It functions as a keyframe animation engine and a preset motion library, allowing developers to apply visual effects to components through a declarative API. The library provides a set of built-in entrance, exit, and alert effects for rapid implementation. It also supports the definition of custom motion sequences and unique keyframes to create repeatable, branded visual experiences. The system covers a range of motion capabilities, including the

    JavaScriptanimationreact-nativetransition
    GitHub पर देखें↗9,955
React Native Reanimated के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

kmagiera/react-native-reanimated क्या करता है?

This project is a cross-platform mobile animation library and UI thread animation engine designed to create high-performance animations by running JavaScript logic directly on the UI thread. It functions as a multi-threaded JavaScript runtime that allows code to execute across multiple threads to improve concurrency and prevent frame drops.

kmagiera/react-native-reanimated की मुख्य विशेषताएं क्या हैं?

kmagiera/react-native-reanimated की मुख्य विशेषताएं हैं: Native Thread Animation Engines, Worklet Execution Environments, Framework-Native Bridges, Multi-threaded Execution, Native Bindings, JavaScript Runtimes, Mobile UI Frame Rate Optimization, Reactive Shared Values।

kmagiera/react-native-reanimated के कुछ ओपन-सोर्स विकल्प क्या हैं?

kmagiera/react-native-reanimated के ओपन-सोर्स विकल्पों में शामिल हैं: wcandillon/can-it-be-done-in-react-native — This repository is a collection of reference implementations and sample projects that demonstrate high-fidelity… xotahal/react-native-motion — React Native Motion is a cross-platform animation library designed for building fluid transitions and motion effects… software-mansion/react-native-reanimated — This project is a cross-platform animation library for React Native that provides a declarative engine for building… oblador/react-native-animatable — This project is a cross-platform mobile animation library and component wrapper that enables movement and style… microsoft/napajs — Napajs is an embeddable JavaScript engine and multi-threaded runtime designed to be integrated directly into other… kirillzyusko/react-native-keyboard-controller — This is a keyboard interaction library and manager for React Native that provides smooth animations, gesture-based…