React Native
reactnative.dev
React Native
@reactnative.dev
Over the last decade, React Native has changed how the world builds apps.

Declarative UI, Component-based architecture, Hot reload are now market standards among many other UI frameworks.

We’re so looking forward to the next decade of React Native!
October 8, 2025 at 11:24 PM
You can now also write VR apps for Quest devices with React Native.
Expo Go is now available on the Horizon Store so you can bring your apps to Horizon with the blink of an eye!
October 8, 2025 at 11:24 PM
We showcased how the Instagram and Facebook VR apps have been entirely written with React Native.

This allowed us to reuse much code from web, while also allowing new capabilities such as parallax effects on Instagram.
October 8, 2025 at 11:24 PM
With React Native you can also reach more users on new emerging platforms.

One clear example is Amazon's Vega OS, which is effectively a 'React Native Operating System'. You can now write apps for Vega OS with the tools you know and love.
x.com/AmazonAppDe...
October 8, 2025 at 11:24 PM
React Native is also supporting several emerging AI use cases such as @vercel V0, @MistralAI Le Chat or @Replit which are written in React Native.

Those apps demonstrate how React Native can reduce the time to market for new AI use cases.
October 8, 2025 at 11:24 PM
Another great example of how React Native is helping achieve faster developer productivity and code sharing is HelloFresh.

They’ve started migrating all of their mobile apps to React Native while keeping consistency across different brands.

engineering.hellofresh.com/hellofreshs...
HelloFresh’s Brownfield Leap: One App to Feed Them All!
HelloFresh’s PUMA unifies all mobile apps under a Brownfield React Native setup — boosting speed, consistency, and AI-driven innovation.
engineering.hellofresh.com
October 8, 2025 at 11:24 PM
React Native also supports large enterprise with code sharing, as they migrate from per platform frameworks to React Native.

For example, Zalando is able to incrementally migrate their mobile app to React Native.

engineering.zalando.com/posts/2025/...
Zalando Engineering Blog - Accelerating Mobile App development at Zalando with Rendering Engine and React Native
We present how we combined our internal React-based UI composition framework Rendering Engine with React Native in a brownfield integration approach that enables us to gradually modernise our...
engineering.zalando.com
October 8, 2025 at 11:24 PM
Apps built with React Native are also Award Winning.

Last year we saw several apps built with React Native reaching the top of app stores such as:

- Rise (Apple Design Awards Finalist)
- Runna (App Store Best App Finalist)
- Partiful (Google Play Best App 2024)
October 8, 2025 at 11:24 PM
The React Native ecosystem is stronger than ever!
2,000+ libraries on reactnative.directory
2,700+ unique contributors
October 8, 2025 at 11:24 PM
This year we also moved to shipping 6 releases a year, allowing you to get new features and bug fixes more frequently than ever.
October 8, 2025 at 11:24 PM
Folks are downloading react-native on npm over 4 million times a week, that 100% growth from last React Conf!
October 8, 2025 at 11:24 PM
If you missed the keynote, rewatch the full thing from the start of the Day 2 livestream.

www.youtube.com/watch?v=p9O...
React Conf 2025 Day 2
React Conf 2025 Day 2Live from Henderson, Nevada, USA. October 8 2025
www.youtube.com
October 8, 2025 at 10:52 PM
And, coming later in React Native 0.83, you'll be able to profile and understand your app more intuitively, with native support for the Performance panel and Network panel in React Native DevTools.
October 8, 2025 at 10:52 PM
4/ Web Performance APIs and New Tooling

It's easier than ever to understand your app's performance thanks to newly added Performance APIs from the web. These provide new runtime profiling capabilities, and work in both development and production builds.
October 8, 2025 at 10:52 PM
3/ DOM APIs

React Native is also aligning more and more with the Web! Starting with 0.82, we've added support for imperative DOM APIs to inspect the tree as you would do on the Web.

reactnative.dev/docs/elemen...
Element nodes · React Native
Element nodes represent native components in the native view tree (similar to Element nodes on Web).
reactnative.dev
October 8, 2025 at 10:52 PM
2/ Hermes V1

Today we also announced Hermes V1, the next evolution of our JavaScript Engine!

Hermes V1 shows a 60% avg improvement on synthetic benchmarks, includes improved modern JS support, and ships today in 0.82 as experimental.
October 8, 2025 at 10:52 PM
In recent months, we've seen several apps migrate to the New Architecture, to unleash better performance.

One example is how @ShopifyEng was able to improve app launch on Android & iOS, while also reducing unnecessary re-rendering.

shopify.engineering/react-nativ...
Migrating to React Native's New Architecture (2025) - Shopify
Shopify successfully migrated two of its largest apps, Shopify Mobile and Shopify Point of Sale (POS) to React Native's New Architecture while maintaining weekly releases and serving millions of merchants. This migration involved a complex codebase with hundreds of screens and native modules, extensive custom components, and deep integration with first-party libraries like FlashList.
shopify.engineering
October 8, 2025 at 10:52 PM
Removing the Legacy Architecture comes with clear benefits:
- Smaller app bundles, up to 1Mb reduction
- Faster from-source builds (from 300s to 140s on iOS)
- Simpler mental model

If you haven't enabled New Architecture yet, we recommend upgrading to 0.81, enabling, then moving to 0.82.
October 8, 2025 at 10:52 PM
A huge thank you to the 868 contributors and over 93 commits that made React Native 0.81 possible!

Special shout-outs to Dawid Małecki @jpiasecki.com @woldri.ch Riccardo Cipolleschi @rubennorte.bsky.social @tomekzaw.bsky.social for their significant contributions. 🙏
October 8, 2025 at 4:35 PM
With 0.82 now the latest stable version of React Native, 0.79.x moves to unsupported.

For more information on React Native release scheduling and support status, check our revamped releases page.
reactnative.dev/releases
React Native
reactnative.dev
October 8, 2025 at 4:35 PM
Expo user?

0.82 is available in the expo@canary release, and will be available in next Expo SDK release.

docs.expo.dev/versions/la...
Reference
Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
docs.expo.dev
October 8, 2025 at 4:35 PM
Upgrade your project today using the React Native Upgrade Helper

New project?
npx @react-native-community/cli@latest init MyProject --version latest

react-native-community.github.io/upgrade-hel...
October 8, 2025 at 4:35 PM
React Native 0.82 ships with a performance improvement for local development on Android: debugOptimized.

With debugOptimized, you'll now benefit from smoother animations and a snappier experience while you’re developing your app on Android.
October 8, 2025 at 4:35 PM