Articles for the React Native tag
-
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.
-
React Native ExecuTorch: AI That Lives on the Phone
Cloud AI is powerful, but it costs money, needs a connection, and sends private data to someone else's servers. React Native ExecuTorch flips the script by running models right on the device, exposed through clean React hooks.
-
Throwing a Physics-Powered Party with React Native Fast Confetti
Celebratory confetti is everywhere in mobile apps, but doing it smoothly at high piece counts has always been a pain. This library makes dense, 60fps confetti cheap by drawing everything in one Skia call and simulating real physics on the UI thread.
-
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.
-
React Native Reshuffled: Drag, Drop, and Reshuffle a True 2D Grid
A look at a niche but cleverly engineered React Native library that turns drag-to-rearrange grids into a native-speed, coordinate-based affair.
-
Reactotron: The React Native Debugger That Lets Your AI Watch the App
A mature React Native debugger picks up a very modern trick: letting your AI coding assistant read the live app.
-
Unistyles: StyleSheet That Skips the Re-Render
A styling library that looks like React Native's built-in StyleSheet but quietly moves all the heavy lifting into C++, updating native views without ever asking React to re-render.
-
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.