2026-03-25 · #25
React Native Weekly #25 AI Agents DevTools, Reanimated Scroll Fix, RN Worklets 0.8 and more
“Rozenite for Agents” Lets AI Agents Control React Native DevTools#
“Rozenite for Agents” has been announced, enabling Coding Agents to access app logs, network activity, and React profiling data through React Native DevTools.
For example, agents can directly read error logs and network responses, then automatically identify root causes and suggest fixes.
The official plugin set also includes Redux DevTools and a filesystem plugin, with support for building custom plugins as well.
Introducing Rozenite for Agents 🚀 The agent-facing interface for interacting with React Native DevTools and Rozenite plugins. It enables coding agents to inspect React Native apps - providing access to logs, network activity, React profiling data, and powerful plugin tooling.
Rozenite 1.6.0 is out 🚀 Agents can now do even more inside your app: inspect TanStack Query state, interact with Redux stores, dispatch actions, and dig deeper into app behavior right where you already debug. And yes - the long-awaited File System plugin is finally here 🧵
Recommended Settings Published to Fix Reanimated Scroll Flickering#
A recommended configuration has been published that combines Reanimated with React Native feature flags (React Native 0.81 and later) to reduce flickering and jitter during scrolling.
It’s said to be particularly effective in situations prone to flickering, such as animated components like sticky headers during scroll.
Is your app flickering or jittering while scrolling? 🐌 This can be fixed with Reanimated and React Native feature flags🚩 We've updated our recommendations – please give it a read docs.swmansion.com/react-nativ…
Feature flags | React Native ReanimatedFeature flags allow developers to opt-in for experimental changes or opt-out from recent changes that have already been made default. Feature flags serve as a tool for incremental rollout of new implementation without affecting the general stability of the library, allowing to gather feedback from early adopters. There are two types of feature flags: static and dynamic.docs.swmansion.com
Uniwind 1.6.0: Over 100K Weekly Downloads and RN 0.85 Support#
Version 1.6.0 adds Reanimated-powered classNames animations and blur theme transitions, along with support for React Native 0.85.0.
We've just released Uniwind 1.6.0 and Uniwind Pro RC.6 🔥 One of the biggest releases since the beginning! - new Reanimated classNames animations - new blur theme transitions - Support for React Native 0.85.0 - built-in support for border-continuous and border-circular
Uniwind has surpassed 100K weekly downloads, and a one-shot migration guide from NativeWind — another Tailwind-like styling library — is also available.
Switch to Uniwind now 🎉 - 100k+ weekly downloads and growing fast - battle-tested over the past 6 months, stable and production ready - one of the fastest solutions for styling and Tailwind 4 - one-shot migration from NativeWind 🫡
RN Worklets 0.8 Makes Bundle Mode Much Easier to Use#
RN Worklets 0.8 brings a significant improvement to the Bundle Mode experience.
You can now stream markdown on a background worklet thread or fire off network requests from multiple threads simultaneously — no feature flags or lengthy recompilation required.
Thanks to RN Worklets 0.8, Bundle Mode just got a lot more interesting! 🧵👀 ✦ Stream markdown in a background worklet thread ✦ Network requests from multiple threads at once ✦ Way simpler setup – no feature flag, no lengthy recompilation ✦ Detailed installation instructions
Streaming Support Added to react-native-nitro-fetch#
Streaming support has been added to react-native-nitro-fetch, with benchmarks showing 25% better performance compared to other libraries.
We just added the most requested feature to react-native-nitro-fetch: Streaming 🌊🥳 Compared to other libraries, we've measured 25% better performance with NitroFetch, making it a perfect fit for data heavy streaming use-cases, like Chat- or AI apps 🔥
react-native-enriched-markdown Now Handles Input Too#
EnrichedMarkdownInput has been added to react-native-enriched-markdown, making it possible to handle everything from input to display in one place.
Highlights include a Telegram-style selection toolbar and synchronization with EnrichedMarkdownText.
react-native-enriched-markdown just leveled up! 🚀 We've added EnrichedMarkdownInput, which means the library is now a fully rich-text suite for React Native. 💪 You get a Telegram-style selection-based toolbar, seamless Input-to-Output sync with EnrichedMarkdownText,
v0.5.0 is also progressing toward macOS support, which should bring native Markdown rendering on desktop on par with iOS.
🚀 react-native-enriched-markdown is coming to macOS! v0.5.0 will officially bring native markdown rendering to desktop, supporting the same feature set as iOS Current status: In-progress 🛠️
react-native-morph-card: Morph Elements with a Single Native Transition#
react-native-morph-card has been released, enabling animation of size, borderRadius, position, and rotation within a single native transition.
It pairs well with navigation and looks like a great fit for scene-to-scene transitions.
npm i react-native-morph-card Pure native animations, works well with navigation Simple API Animates size, borderRadius, position & rotation in a single native transaction Works with live components What should I add next?
Implementing Native Features Quickly with Expo Agent#
A demo has been shared showing a custom lock screen widget built in one shot using Expo Agent.
It looks like it could dramatically cut down the effort involved in adding native features.
Expo Agent just let me one-shot a custom lock screen widget Literally never been easier to create any native feature
One More Thing#
Rozenite for Agents is honestly the feature I’ve been wanting most, so I’m really excited about this one!
I wrote a Zenn article covering Rozenite for Agents and agent-device — check it out!
React Native開発が変わる。RozeniteでCoding Agentに「目と手」を与えた話Zenn
This is going to make AI-assisted mobile app development so much smoother.

