How to Inspect AsyncStorage, MMKV, and SQLite in React Native
A surprising number of React Native bugs come from persisted state. An old token, a stale cache, a feature flag that was never cleared, or a SQLite ro…
Latest Team Management news from Tech News
A surprising number of React Native bugs come from persisted state. An old token, a stale cache, a feature flag that was never cleared, or a SQLite ro…
Google Play has announced that starting August 31, 2026, all new apps and app updates must target Android 16 (API level 36). If you're maintaining a R…
Building Knowzup: Architecting a True Multimedia Q&A App as a Solo Developer in React Native How I built a cross-platform community knowledge hub …
Over the past few weeks, I've been focused on deepening my understanding of mobile analytics—not just by completing a course, but by putting those con…
Analytics is one of the most valuable tools you can add to a mobile application. While building features is important, understanding how users interac…
Your feed scrolls fine with 20 items. Ship 2,000 and the UI starts hitching, memory climbs, and “just wrap it in a ScrollView ” becomes the bug report…
React Native interviews are no longer limited to components, props, and styling. Modern interviews also test JavaScript execution, React behavior, nat…
reactnative #expo #mobile #frontend If you've worked with a web app before, you know how convenient it is to run staging/development and production si…
Originally published on expo.dev/blog by Seth Webster. I recently joined Expo as Chief Developer Evangelist while I continue to serve as Executive Dir…
"I just want to build my app." That sentence sounds simple. But if you've ever started a new React Native project, you know that is rarely what actual…
AI is everywhere in fintech right now. Banks are deploying AI copilots, payment companies are automating fraud detection, lenders are using predictive…
TL;DR Figma reviews miss everything that's a function of the real device — touch targets, scroll momentum, keyboard behavior, font substitution, dark-…
Fluentic is my attempt to make React styling feel explicit, composable, and predictable again. Years ago, I worked on web apps with Emotion, and I lov…
I ran into this while building Orb , a private offline AI app for Android. Orb runs local models on the phone. That is great for privacy, but it creat…
A Freelance React Native Workflow That Cuts MVP Delivery From 4 Weeks to 1 If you freelance on React Native, your build time isn't where you think it …
Originally published on expo.dev/blog by Dan Kelly. B2B mobile apps face a different challenge than consumer apps. You're not competing for attention …
Chattr is a social platform built for the Twitch community. It's a React Native app with a Laravel backend, and over the past few months, I've publish…
React Native 0.86 Release Notes: Stability, Android Edge-to-Edge & The Future If you scan the React Native 0.86 release notes, you’ll see somethin…
If you've built React Native apps for long enough, you've probably fought with file downloads, uploads, and filesystem management. Historically, the c…
Expo SDK 56 ships with a custom Kotlin compiler plugin that eliminates reflection from Expo Modules on Android. The result: 70% faster module initiali…
Good morning, class! Welcome back. In our last lesson, we explored how GraphQL fundamentally addresses the issues of over-fetching and under-fetching.…
🚀 Introducing @modhamanish/rn-network-logger — A Zero-Config Network Inspector for React Native & Expo! Tired of setting up complex proxies, debug…
The Expo MCP Server dropped its paywall. Anyone with an Expo account can now hook up their AI coding assistant to Expo docs and tools. Previously, you…
Working with native code in React Native usually involves creating separate packages and manually maintaining TypeScript interfaces. Expo SDK 56 chang…
This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built CampusBeat 2.0 — a React Native campus super-app for students across 17 co…
Forms are everywhere in mobile apps - authentication flows, data entry, support requests, onboarding... If your app has a login screen, a form is like…
Hi everyone, Kacper and Filip from Software Mansion here. This week, TanStack Start is once again in the spotlight. The React Compiler in Rust is on i…
I’m building Obex, a faith-rooted self-control app for men who want to quit porn and stay consistent with daily discipline. The stack is Expo / React …
You tap Record. You nail the take. You save as Draft. You close Instagram, reopen it — and your Reel is right there. What just happened under the hood…
Most QR scanner libraries for React Native share the same problems — they're unmaintained, they don't support the New Architecture, or they pull in a …