Live Dev Session: Reanimated 4, Worklets, React Native Screens
Live Dev Session: Reanimated 4, Worklets, React Native Screens
This week was packed with insights on highly anticipated Reanimated 4, the power of Worklets, Screens and more.
Live Dev Session: Reanimated 4, Worklets, React Native Screens

This week's live stream was packed with insights on the latest in React Native development. We dove deep into the highly anticipated Reanimated 4, the power of Worklets, and other significant updates in the ecosystem.
Key technical takeaways
- Reanimated 4 Simplifies Animations: The new version of Reanimated drastically simplifies animation implementation with CSS-like syntax for animations and transitions. Developers can now programmatically change properties like width, height, opacity, and even background color directly in styles, and Reanimated will handle the animation automatically, reducing boilerplate and mental overhead. This means less
useAnimatedStyle
andsharedValue
magic for basic animations, making it easier for new users to get started while retaining complex capabilities.
- Worklets for Off-Thread Execution: Worklets, now a separate library, allow developers to run JavaScript functions on threads other than the main JS thread, such as the UI thread or background threads. This is crucial for maintaining smooth UI performance, especially for high-priority tasks like animations and gestures, even when the JS thread is busy or "jammed" with heavy computations. This extraction from Reanimated's internals opens up new possibilities for libraries and applications requiring off-main-thread data manipulation.
Other React Native ecosystem updates
- React Native Screens Enhancements: The latest release of React Native Screens includes native bottom tabs and split view support for iOS (iPad OS), offering more native-like navigation experiences out of the box without external libraries.
- Keyboard Controller 1.8.0: This new release packs new functionality that aims to enhance the way developers interact with the keyboard. It allows for customizing views on top of the keyboard in a more robust way than before.
- React Native Enterprise Framework: A new feature allows for installing signed iOS apps from a link, similar to Fastlane but without Ruby, making it easier to distribute builds to testers and stakeholders.
Catch the full replay for a deep dive into these exciting developments!
Live Dev Session: Reanimated 4, Worklets, React Native Screens
This week was packed with insights on highly anticipated Reanimated 4, the power of Worklets, Screens and more.

Learn more about
Community
Here's everything we published recently on this topic.
We can help you move
it forward!
At Callstack, we work with companies big and small, pushing React Native everyday.

React Native Performance Optimization
Improve React Native apps speed and efficiency through targeted performance enhancements.
Quality Assurance
Combine automated and manual testing with CI/CD integration to catch issues early and deliver reliable React Native releases.
Scalability Engineering
Design and validate React Native architectures that scale-supporting high traffic, modular teams, and long-term performance.
Code Sharing
Implement effective code-sharing strategies across all platforms to accelerate shipping and reduce code duplication.