Articles for the Mobile 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.
-
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.
-
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 Header Motion: Headless Plumbing for Headers That Actually Collapse
Collapsible headers are one of those features that look trivial in a demo and turn into a swamp in a real app. This library hands you the plumbing so you can stop reinventing it.
-
MMKV: The Storage Engine That Skips the Wait in React Native
If you have ever wrestled with awaiting a value just to read a theme flag on startup, MMKV is about to make your day. It is synchronous, typed, encrypted, and absurdly fast.
-
Hot Updater: Ship React Native Fixes Without the App Store Waiting Room
When CodePush rode off into the sunset, a lot of React Native apps were left without an over-the-air update story. Hot Updater picks up the torch with a modern, own-your-infrastructure design.
-
React Native Reanimated DnD: Drag, Drop, and Sort at 60fps
Drag-and-drop on React Native has always been the part everyone quietly avoids. This library wants to make it the part you actually enjoy building.