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!
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!
Expo Go is now available on the Horizon Store so you can bring your apps to Horizon with the blink of an eye!
Expo Go is now available on the Horizon Store so you can bring your apps to Horizon with the blink of an eye!
This allowed us to reuse much code from web, while also allowing new capabilities such as parallax effects on Instagram.
This allowed us to reuse much code from web, while also allowing new capabilities such as parallax effects on Instagram.
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...
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...
Those apps demonstrate how React Native can reduce the time to market for new AI use cases.
Those apps demonstrate how React Native can reduce the time to market for new AI use cases.
They’ve started migrating all of their mobile apps to React Native while keeping consistency across different brands.
engineering.hellofresh.com/hellofreshs...
They’ve started migrating all of their mobile apps to React Native while keeping consistency across different brands.
engineering.hellofresh.com/hellofreshs...
For example, Zalando is able to incrementally migrate their mobile app to React Native.
engineering.zalando.com/posts/2025/...
For example, Zalando is able to incrementally migrate their mobile app to React Native.
engineering.zalando.com/posts/2025/...
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)
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)
2,000+ libraries on reactnative.directory
2,700+ unique contributors
2,000+ libraries on reactnative.directory
2,700+ unique contributors
www.youtube.com/watch?v=p9O...
www.youtube.com/watch?v=p9O...
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.
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.
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...
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...
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.
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.
One example is how @ShopifyEng was able to improve app launch on Android & iOS, while also reducing unnecessary re-rendering.
shopify.engineering/react-nativ...
One example is how @ShopifyEng was able to improve app launch on Android & iOS, while also reducing unnecessary re-rendering.
shopify.engineering/react-nativ...
- 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.
- 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.
Special shout-outs to Dawid Małecki @jpiasecki.com @woldri.ch Riccardo Cipolleschi @rubennorte.bsky.social @tomekzaw.bsky.social for their significant contributions. 🙏
Special shout-outs to Dawid Małecki @jpiasecki.com @woldri.ch Riccardo Cipolleschi @rubennorte.bsky.social @tomekzaw.bsky.social for their significant contributions. 🙏
For more information on React Native release scheduling and support status, check our revamped releases page.
reactnative.dev/releases
For more information on React Native release scheduling and support status, check our revamped releases page.
reactnative.dev/releases
0.82 is available in the expo@canary release, and will be available in next Expo SDK release.
docs.expo.dev/versions/la...
0.82 is available in the expo@canary release, and will be available in next Expo SDK release.
docs.expo.dev/versions/la...
New project?
npx @react-native-community/cli@latest init MyProject --version latest
react-native-community.github.io/upgrade-hel...
New project?
npx @react-native-community/cli@latest init MyProject --version latest
react-native-community.github.io/upgrade-hel...
With debugOptimized, you'll now benefit from smoother animations and a snappier experience while you’re developing your app on Android.
With debugOptimized, you'll now benefit from smoother animations and a snappier experience while you’re developing your app on Android.