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.
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
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.
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.
1/ The New Architecture is now the ONLY supported Architecture for React Native. Starting with v0.82, you won't be able to opt-out from New Architecture anymore.
1/ The New Architecture is now the ONLY supported Architecture for React Native. Starting with v0.82, you won't be able to opt-out from New Architecture anymore.
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.
We've moved the New App Screen into its own package and given it a fresh coat of paint. It's a simplified starting point, and now provides a better experience on larger screens.
We've moved the New App Screen into its own package and given it a fresh coat of paint. It's a simplified starting point, and now provides a better experience on larger screens.
React Native 0.80 ships with a significant size reduction for all Android apps, thanks to enabling Interprocedural Optimization on React Native and Hermes builds.
React Native 0.80 ships with a significant size reduction for all Android apps, thanks to enabling Interprocedural Optimization on React Native and Hermes builds.
Metro is >3x faster to cold start, with bigger speedups on larger projects - great news for monorepos and CI builds.
This was achieved by deferring source hashing to only read files actually bundled, greatly reducing IO with negligible impact on build speed.
Metro is >3x faster to cold start, with bigger speedups on larger projects - great news for monorepos and CI builds.
This was achieved by deferring source hashing to only read files actually bundled, greatly reducing IO with negligible impact on build speed.
In response to user feedback, we've added an opt-in to restore JavaScript log streaming in Metro, previously removed in 0.77. To opt in, use the new --client-logs flag.
This feature remains deprecated and will be removed in future.
In response to user feedback, we've added an opt-in to restore JavaScript log streaming in Metro, previously removed in 0.77. To opt in, use the new --client-logs flag.
This feature remains deprecated and will be removed in future.