What happened at AppJS 2026? Highlights, new products, and plans for the future
Key Points
- Observe: open-source production observability (public beta)
- SDK 56: speed wins — pre-compiled builds and Hermes V1, −40% Android cold start
- Agent + simulator integrations enable multimodal app inspection
Summary
App.js 2026 in Kraków gathered 500+ developers and focused on why React Native and Expo are well positioned for the AI era. Key themes: the JavaScript/TypeScript/React stack and rich documentation make generated apps reliable, Expo's universality makes it an easy target for app-generating agents, and the community accelerates progress. Expo announced product work and priorities that target faster builds, better production observability, and deeper agent integrations.
Key Points
-
Expo Observe (public beta)
- Open-source production library that captures launch, bundle load, render, and time-to-interactive metrics with device and network metadata.
- Per-screen metrics via Expo Router URLs, version-aware metrics, custom event tracking, and agent-friendly query skills.
- Public beta is free up to 10,000 MAU for at least three months; will become paid after GA.
-
Expo SDK 56 (shipping now)
- Focus on speed: pre-compiled binaries, Hermes V1 default, Android cold-start reduced ~40%.
- New polished starter app with built-in entrance and explore animations.
- Expo UI marked stable; Router v56 adds more native navigation primitives and shared-element transitions.
-
New and improved tooling
- Expo Launch: web flow to get apps to TestFlight/App Store/web without hand-editing configs.
- Official Expo MCP server: free, connects agents to SDK versions, configs, dev servers, and cloud services; local simulator integration enables agents to screenshot, tap, and pull RN DevTools data.
- Expo skills repo, widgets (iOS home screen/live activities), TV app support (~85% code share), and EAS Workflows prepackaged jobs (CI hooks, device registration, require-approval gates).
-
Roadmap and engineering priorities
- Make agents self-validating by letting them run and probe apps (screenshots, taps, DevTools).
- Reduce bottlenecks around builds, distribution, and cold boots so iteration speed matches code-generation speed.
- Make the easiest path produce polished, native-feeling apps by default (Expo Router, UI primitives).
Practical next steps for engineers
- Try Expo SDK 56 for faster cold starts and Hermes V1.
- Evaluate Observe in public beta for per-screen and versioned performance telemetry; integrate its query skills for agent-driven debugging.
- Use the MCP server and local simulator integration to enable multimodal agent workflows for automated testing and triage.
- Watch the recorded conference talks (Software Mansion YouTube) for demos and deeper technical details.