AI code reviews that understand Expo and React Native patterns.
This post walks through @coderabbitai.bsky.social and what it catches before issues hit production.
https://expo.dev/blog/ai-powered-code-reviews-for-your-expo-projects
AI code reviews that understand Expo and React Native patterns.
This post walks through @coderabbitai.bsky.social and what it catches before issues hit production.
https://expo.dev/blog/ai-powered-code-reviews-for-your-expo-projects
Maestro Cloud testing in EAS Workflows β
Builds and E2E tests in one pipeline. Give it a try:
https://expo.dev/blog/expo-now-supports-maestro-cloud-testing-in-your-ci-workflow
Expo SDK 55 introduces the isolated brownfield approach: package your Expo app as a precompiled native dependency and embed it in your existing app.
Swift & Kotlin devs never touch Node.js. React devs get a clear surface to contribute. Complexity stays contained.
try.expo.dev/brownfield
You can now build iOS home screen widgets and Live Activities as React components in Expo.
No Xcode target setup. Define your widget with @expo/ui & CNG handles the rest.
β Interactive home screen widgets
β Live Activities for Lock Screen and Dynamic Island
expo.dev/blog/home-sc...
Illustration of three differently colored mobile app icons labeled Dev, Preview, and Production, symbolizing build variants or app flavors for separate development and release environments.
Shipping the βsameβ app in dev, preview, and production without release chaos?
Weβre using App Flavors with Expo + EAS to keep builds cleanly separated.
Full post:
bitglow.de/blog/app-fla...
Curious how others structure their builds.
π Calling all Maple Mobile Devs - we're hosting our first ever meetup in Toronto and we'd love to see everyone from that community in person.
The event is this Thursday, March 5th. Details are here:
luma.com/kn2p96vu
Expo Router v55 is here.
β’ Native navigation UI, built like React (Stack API, toolbars, native tabs)
β’ Dynamic platform colors, zoom transitions
β’ Better iPad support with split view
β’ Stronger web story with expo-server, headers, experimental SSR + loaders
Blog + demos: expo.dev/blog/expo-ro...
This is a hard problem to solve. Sounds like youβre doin a great job.
You all should have seen @buildwithtori.com's demo at the Seattle meetup this week. Pretty much: π€―
Hope to see all the local Seattle devs at the next one: partiful.com/e/096o98XaHX...
Less is more: Bundle diffing comes to EAS Update.
Instead of downloading the full bundle on every update, devices now receive a binary patch of only what changed.
Result: ~75% smaller downloads.
β¦ A 3MB update drops to ~0.75MB
β¦ Opt-in beta, safe fallback to full bundles
expo.dev/blog/ship-sm...
Expo SDK 55 is out π
RN 0.83, React 19.2 & a long list of things that make your app faster, smaller, & easier to build
β¦ Hermes bytecode diffing cuts update sizes by ~75%
β¦ Brownfield support gets a serious upgrade
β¦ MCP now queries EAS + TestFlight crashes
Full changelog: expo.dev/changelog/sd...
thanks for sharing this Rudy. And thanks for going the extra mile in Discord. Glad it worked out.
Join our Discord! discord.com/invite/expo
Nice new tutorial about how to properly combine Claude Code with Expo to vibe code a mobile app: www.youtube.com/watch?v=Z4Dj...
Onespot manages 200+ individually branded school apps from a single Expo codebase.
Deploying to all of them used to take 7-10 hours. Now it's one button tap from an iPhone.Here's how they wired it up:
expo.dev/blog/automating-ota-updates-how-onespot-deploys-to-200-apps-without-touching-a-laptop
If I had to learn React Native from scratch in 2026β¦
I would do it very differently.
AI changed the game.
Courses arenβt enough.
And most people are still learning the wrong way.
Did you know! You can append .md to any @expo.dev blog or changelog post to get the content as markdown
Psst! this will also work with accept headers
Join us in Brooklyn if you can next week. Going to talk π¦ and MCP, and whatever @yef.im has in his heart.
πΈ Just published a blog post about building AI-first photo apps with Expo and CoreViz SDK.
Auto-generate descriptions, semantic search across your library, edit images with text prompts. All client-side or via API.
Really impressive, beautiful project from Wassim Gharbi:
expo.dev/blog/buildin...
Expo MCP Server now supports Build & Workflow management.
You can ask your AI assistant to check build status, view logs, trigger workflows, and debug failures without leaving your editor.
β¦ Full pipeline control through conversation
β¦ Claude Code, Cursor, VS Code support
expo.dev/changelog/mc...
Our web dev team went deep with Claude or the last month. In the process, we learned a few things. @juwan.dev shared insights with the company yesterday at All Hands and then wrote up a blog to share our learnings with you.
What works? What doesn't? It's all in here:
expo.dev/blog/what-ou...
Weβre hosting a React Native meetup in Seattle on the 25th. Will you be around? Maybe we could chat there.
luma.com/2jdqvdoq
π€ Learn how bitglow modernized DEPOT's React Native app with Expo Prebuild, cutting upgrade time by 80% & boosting performance scores from 36 to 90.
The blog from @bonesyblue.bsky.social is a blueprint for speeding up an RN e-comm app and protecting rev with OTA updates.
expo.dev/blog/how-to-...
π
Thomino doesn't waste a second. He gets right into the code. Flexible headers, animated tab bars, onboarding flows, Theme toggles and more...
Make your app feel more premium with these reusable components:
expo.dev/blog/buildin...
Expo StatusBar is a crucial library for Expo devs. It provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.
Great video here from Kadi Kraman about how to get the most out of it.
π€β€οΈ RNR 352 β€οΈπ€
This week: @expo.dev Launch! π
Our hosts @mazenchami.dev and @robinheinze.dev welcome back @cedric.dev to break down how Expo's new tool is making it easier than ever to launch to the App Store!
Listen now π
infinite.red/react-native...
The best B2C apps grow through sharing. But sharing doesn't happen by accident.
You have to build the mechanism and the motivation. There are examples and best practices in our blog post today.
Full guide: expo.dev/blog/how-to-...
Sanas built a real-time translation video calling app with Expo.
3 months from prototype to production. 25+ languages. Under 2 second latency.
β¦ Custom native modules for LLM inference
β¦ Weekly releases via EAS Update
expo.dev/blog/how-sanas-built-an-instant-language-translation-app-with-expo
π΄ Great livestream from Sonny Sangha for anyone who wants to see SDK 55 in action.
He builds an AI Dating Mobile App from scratch on stream using all the bells & whistles you'd hope to see - Liquid Glass, smooth haptics, file based routing, reanimated. Check it out: www.youtube.com/live/y-Vvj95...
π‘ Tons us useful advice for indie devs in today's guest blog post. Here are a couple pearls of wisdom that stood out:
⬩ Start with Expo's Services on day one.
⬩ Write tests: skipping them caused regressions later
⬩ Polish matters: haptics took ~1 hour
expo.dev/blog/buildin...