I want to see your talk at Chain React this year! Submit your talk here 👇
Posts by Joshua Yoes
🖤❤️ RNR 359 ❤️🖤
You know his voice. You know his jokes.
But what does Todd Werth really think about software and AI?
@toddwerth.bsky.social joins @robinheinze.dev to talk about the past, present, and future of it all.
Listen now 👇
infinite.red/react-native...
🖤❤️ RNR 358 ❤️🖤
Build apps for Meta Quest using tools you already know?
In Part 2, Evan Albert joins @mazenchami.dev and @robinheinze.dev to show how React Native devs can start shipping for the Quest headset 🥽
Listen now 👇
infinite.red/react-native...
You've already been using Reactotron for years as the OG React Native debugger. Now AI agents get to use it too.
Grab 3.9.0: github.com/infinitered/reactotron/releases/tag/reactotron-app%403.9.0
All the debug data Reactotron already collects — state snapshots, network requests, benchmarks, AsyncStorage, custom commands — now accessible to your AI assistant while you code.
Docs: docs.infinite.red/reactotron/mcp
Setup takes 30 seconds:
- Toggle the MCP button in Reactotron's footer
- Run: `claude mcp add --transport http reactotron localhost:4567/mcp%60
- Start asking questions about your running app.
It's not just read-only. Claude can dispatch Redux actions, trigger custom commands, navigate your app, swap state, even overlay design comps on your screen.
"Navigate to the Debug screen" → done.
"What custom commands are available?" → here's all 4.
"I'm not seeing any podcasts, what went wrong?"
Claude spots the failed network request instantly:
GET /api.json?rss_url=...
Status: 404
Duration: 342ms
It's like pair programming with someone who actually reads the error messages.
"What's happening in my app?"
Claude reads your Reactotron timeline and tells you: "Your app fetched 50 podcast episodes, navigated to the Podcast List, favorited 3, and toggled dark mode."
No digging through logs. Just ask.
Huge shoutout to Kim Brandwijk (github.com/kbrandwijk) who showed up with a PR that basically wired Reactotron's entire debug surface into Claude Code. 10 tools, 8 resources, and thorough tests. Community-driven open source at its best.
A community contributor just added MCP support to Reactotron. Claude Code can now see your React Native app's network calls, state, logs, and timeline in real time.
Look ma, I'm on the company blog!
🖤❤️ RNR 357 ❤️🖤
@mazenchami.dev and @robinheinze.dev catch up on the biggest React Native 0.82–0.84 and @expo.dev SDK 55 updates, from the new architecture and Hermes V1 to faster builds, better tools, and AI upgrades.
Listen now 🎧
infinite.red/react-native...
Flaky Jest tests in CI, but everything passes locally?
That’s often not a “bad test” problem, it’s Jest workers eating all your memory.
@coolsoftware.dev shows how to fix it (and why it works)
👇
shift.infinite.red/fix-flaky-je...
🚀 AI is about to change React Native forever.
We’re going live with This Dot Labs in 30 minutes to talk about it!
Join @gantlaborde.com, Tracy Lee, @mazenchami.dev, @brandonmathis.bsky.social to see what's possible
👇
luma.com/m5etppc8?tk=...
🖤❤️ RNR 354 🖤❤️
Krzysztof Magiera (@kzzzf.bsky.social) joins @mazenchami.dev and @robinheinze.dev to talk React Native Screens!
This discussion goes deep into how it started + where it's headed with a V5 rewrite built for the New Architecture.
Listen now! 👇
infinite.red/react-native...
One of my favorite parts of Chain React is the talks: and now you can be a part of it this year!
🖤❤️ 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...
🖤❤️ RNR 351 ❤️🖤
We’re back for the 2026 season of React Native Radio!
This week:
@mazenchami.dev and @robinheinze.dev are joined by the (in)famous @mrousavy.com to talk Transforming Packages to Nitro ⚡️
Listen now 👇
infinite.red/react-native...
I finally found a good place to put all of my twitter bookmarks
This was my first time on
@reactnativeradio.com! So much happened in React Native this year: it was fun reflecting with @jamon.dev, @mazenchami.dev, and @robinheinze.dev
🖤❤️ RNR 349 ❤️🖤
Fan-favorite Taylor Desseyn (@tdesseyn.bsky.social) returns to break down the 2025 React Native job market!!
@mazenchami.dev + @robinheinze.dev talk with Taylor about what skills matter and why community is more important than ever.
Don’t miss it 👇
infinite.red/react-native...
🖤❤️ RNR 346 ❤️🖤
How was Shopify's transition to the New Architecture?
This week: Mustafa Ali and Thiago Magalhães from Shopify do a deep dive into the company's transition to the new architecture with @mazenchami.dev!
Don't miss it! 🎧
infinite.red/react-native...
Thanks to Patrick Wyatt (github.com/webcoyote) for this contribution!
Checkout the full release notes at github.com/joshuayoes/i...
install_app tool: your agent can install .app or .ipa files into the simulator
open_simulator tool: your agent can now boot up Simulator on your mac if it isn't already running on your computer
launch_app tool: your agent can now launch different apps to switch gears or try newly installed apps
A graphic in landscape orientation with a brown textured background. In the foreground, a white mobile phone is connected to a stylized, abstract rendering of the Apple logo made from blue and black lines. The mobile phone screen displays a squiggly black line. To the left of the Apple logo, there are several white, geometric shapes.
🚀 iOS Simulator MCP v1.5.0 is here!
Now your agent has more iOS powers.
🛠️ New Tools:
open_simulator → Launch the Simulator app
install_app → Install .app / .ipa bundles
launch_app → Start apps by bundle ID
Release notes and demos in 🧵
🚀 Retrotype 1.0 is live!
A free iOS app that brings typewriter vibes to all your devices.
It feels great on iPhone, and really shines on iPad + keyboard.
Would love for you to give it a try and let me know what you think!
apps.apple.com/us/app/retro...
#buildinpublic #indiedev
Hey 👋
I maintain a mildly popular MCP server and I have experimented with consuming them a lot for client work and personal projects. I would be happy to chat in DMs.
My server: github.com/joshuayoes/i...