Articles for the React Native tag
-
Agent Device: Giving Your AI Coding Agent Eyes and Hands on a Real Phone
Your coding agent can write a slick new screen, but can it actually see the app run? Agent Device closes that loop, handing the agent a CLI to drive real devices and report back what really happened.
-
Brownie: One Store Shared Between React Native and Native
When React Native lives inside an existing native app, both sides usually need the same state. Brownie gives them one typed store instead of a pile of hand-written bridges.
-
react-native-haptic-feedback: Buzz-Worthy Touch Feedback for React Native
Good apps don't just look right, they feel right. This guide walks through react-native-haptic-feedback v3 and the tactile vocabulary it gives your React Native app.
-
Nitro Fetch: The Drop-In Fetch That Leaves React Native's Built-In One in the Dust
If you have ever wished React Native's fetch were faster without rewriting your entire data layer, Nitro Fetch is the one-line import swap you have been waiting for.
-
Nitro Player: A Batteries-Included Music Engine for React Native
Building a music app in React Native usually means stitching together a player, a queue, an equalizer, and offline downloads from a half-dozen packages. Nitro Player tries to ship all of that in one box, built on the JSI-native Nitro Modules framework.
-
Create React Native Library: Skip the Boilerplate, Ship the Module
Writing a React Native library means wrangling Gradle, Podspecs, Codegen specs, and an example app before you write a single line of useful code. This CLI does all of that for you.
-
True Sheet: The Bottom Sheet That Lets the OS Do the Work
If you have ever fought a JavaScript bottom sheet to make it feel native, True Sheet takes a different route: it hands the job straight to the operating system.
-
Uniwind: Tailwind for React Native Without the Runtime Tax
If you love writing Tailwind classes but hate paying for them at runtime, Uniwind is worth a look. It compiles your utility classes ahead of time and hands React Native plain style objects.
-
React Native Morph Card: The App Store Expand Trick, Done Natively
A tiny, focused native module that nails one delightful interaction: the card that grows into a fullscreen detail view and gracefully shrinks back.
-
React Native Preflight: Maestro E2E Without the YAML Headache
Maestro made mobile E2E testing fast, but reaching a deep screen still means scripting your way through the whole app. Preflight skips the journey and drops you right where the test matters.