Articles for the React Native tag – Page 2
-
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.
-
React Native Worklets: Threading the Needle Across Runtimes
Single-threaded JavaScript is the quiet bottleneck behind most janky React Native apps. react-native-worklets hands you extra threads and runtimes in plain JavaScript, no native code required.
-
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.