Expo's MCP Server is Now Free - Connect Your AI Assistant to Expo Projects
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…
Latest DevOps news from Tech News
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…
Forms are everywhere in mobile apps - authentication flows, data entry, support requests, onboarding... If your app has a login screen, a form is like…
Our fitness kit's iOS build used to take 14 minutes on CI. After upgrading to Expo SDK 54, it takes 4. That's not a CI optimisation. We didn't add par…
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…
There's a specific kind of frustration that comes from using a health app that feels like it was built by engineers who've never actually used it. The…
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 …
What is the Native Bridge? The React Native Bridge is a communication layer that allows the JavaScript thread and the Native threads (iOS/Android) to …
I quit learning to code three times. Not because I wasn't motivated. I had app ideas I genuinely wanted to build. I bought courses, watched tutorials,…
Hi everyone, Seb and Jan here 👋! This week we have great deep dive blog posts about data fetching (TanStack vs Next.js) and performance (GitHub and Li…
Deeplink execution from the browser The one that came up most in real usage: testers frequently need to trigger deeplinks to verify specific app state…
Hey everyone 👋 After 4 months of development, testing, redesigns, debugging, deployment issues, and lots of learning — we finally launched our first a…
Setting up authentication in React Native usually leads you straight to expo-auth-session . It’s the standard for a reason—it handles the heavy liftin…
A React Native WebView debugging story about LCP, data URLs, and trace attributes We recently ran into a strange Sentry performance issue in a React N…
For our last week, focused on improving session persistence and preparing GusLift for broader platform support. This week, we continued improving the …
Originally published on expo.dev/changelog By Alan Hughes, Brent Vatne Today we're announcing the release of Expo SDK 56. SDK 56 includes React Native…
Choosing the right cross-platform framework for a mobile barcode scanning app means weighing API ergonomics against rendering performance and develope…
How We Keep Mobile Session Replay 17× Cheaper Than PostHog PostHog bills around $85/month for 25,000 sessions . Rejourney bills $5/month . At higher v…
Originally published on expo.dev/blog by Jacob Clausen. Have you ever shipped a critical fix to your entire user base within minutes of merging the PR…
Hi everyone, Seb and Jan here 👋! This week, security is making headlines, as two major React frameworks have announced vulnerabilities and compromised…
TL;DR The OWASP Mobile Top 10 isn't abstract theory — it's the exact list pen testers use to fail your app. Here's the cheat sheet: M1 — stop storing …
Styling in React Native looks simple in the beginning. We all start with StyleSheet.create(), add some inline styles, and everything works fine for sm…
Hi everyone, Seb and Jan here 👋! It’s another quiet week in React, but there’s still plenty of interesting links to check out about the TanStack and p…
In 2026, the software industry is fiercely obsessed with one metric: velocity. We now have generative tools capable of scaffolding an entire Flutter C…
I'm shipping a subscription-based React Native app and went through the "do I use RevenueCat or roll my own?" question that probably every solo RN dev…
Originally published on PEAKIQ Source: https://www.peakiq.in/blog/e2e-testing-your-react-native-app-with-maestro E2E Testing Your React Native App wit…
Why This Topic Matters OTP (One-Time Password) verification is a critical security feature in modern mobile applications. Whether you're building a fi…
It's a one-line item on the roadmap. "Send a push notification when X happens." Estimate is two days, three if the backend doesn't have FCM credential…
Hi everyone, Konrad and Kacper from Software Mansion here! 👋 A quiet week — no big headlines — but still a couple of solid articles and releases in th…