You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale-en-US/rn2024.yml
+47-14Lines changed: 47 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -841,10 +841,12 @@ translations:
841
841
- key: animations.animations_ratios
842
842
t: Animations ratios over time
843
843
- key: animations.animations_ratios.note
844
-
t: |
844
+
t: >
845
845
The beta version of Reanimated 4 has been released. It brings long-awaited support for CSS Animations and Transitions, making it easier to create high-performance animations.
846
+
846
847
The new features build on the existing worklet-based APIs, offering an intuitive approach while staying compatible with Reanimated 3. If your app uses the New Architecture, you can explore the beta version and see how it streamlines your animation workflow.
847
-
For a deeper dive into what’s new, check out the <a href="https://blog.swmansion.com/reanimated-4-is-new-but-also-very-familiar-b926dd59aa40">announcement blog post</a>.
848
+
849
+
For a deeper dive into what’s new, check out the <a target="_blank" href="https://blog.swmansion.com/reanimated-4-is-new-but-also-very-familiar-b926dd59aa40">announcement blog post</a>.
<a href="https://ide.swmansion.com/">Radon IDE</a> is a new VSCode and Cursor extension that simplifies debugging and streamlines React Native development. It turns your editor into a fully-fledged IDE, eliminating context switching and automatically pausing runtime errors.
959
+
<a href="https://ide.swmansion.com/" target="_blank">Radon IDE</a> is a new VSCode and Cursor extension that simplifies debugging and streamlines React Native development. It turns your editor into a fully-fledged IDE, eliminating context switching and automatically pausing runtime errors.
957
960
Radon IDE allows you to add breakpoints in VSCode to easily debug your React Native app. Its click-to-inspect feature makes it possible to quickly jump directly from preview to a file where your component is defined, while the integrated log panel helps to pinpoint issues effortlessly by showing logs directly in the VSCode console.
958
-
Try Radon IDE for free <a href="https://marketplace.visualstudio.com/items?itemName=swmansion.react-native-ide">here</a>.
961
+
Try Radon IDE for free <a target="_blank" href="https://marketplace.visualstudio.com/items?itemName=swmansion.react-native-ide">here</a>.
React Native 0.76 and the New Architecture are enabled by default, but navigating them can be challenging. On the Software Mansion blog, you can find insights on handling common New Architecture challenges like view flattening, view recycling, custom shadow nodes, and more.
P.S. If you need help adopting the new architecture in your app, <a href="https://swmansion.com/contact/projects">contact us</a>. We have already ported 25+ libraries, migrated several apps for clients, and contributed 30+ fixes to React Native core for issues related to the new arch.
P.S. If you need help adopting the new architecture in your app, <a target="_blank" href="https://swmansion.com/contact/projects">contact us</a>. We have already ported 25+ libraries, migrated several apps for clients, and contributed 30+ fixes to React Native core for issues related to the new arch.
Brownfield integration comes with its challenges. If you are looking for resources on how to successfully integrate React Native into an iOS or Android app, Software Mansion has put together a miniguide to walk you through the process:
If you prefer a video format, you can also view <a href="https://www.youtube.com/watch?v=mOg29UnIMMA">the talk on brownfield integration</a> from App.js Conf 2024
If you prefer a video format, you can also view <a target="_blank" href="https://www.youtube.com/watch?v=mOg29UnIMMA">the talk on brownfield integration</a> from App.js Conf 2024
App.js Conf is the biggest React Native and Expo-focused conference, where you can meet the creators and contributors to React Native and Expo, share ideas, connect with the community, and shape the future of app development.
1526
1529
This year’s edition will take place on 28-30 May in Kraków, Poland. It’s the perfect opportunity to level up your React Native skills through hands-on workshops on Reanimated, brownfield integrations, 3d graphics, performance optimization, and more.
1527
-
<a href="https://appjs.co/">Visit the website</a> to learn the details and grab your tickets!
1530
+
<a target="_blank" href="https://appjs.co/">Visit the website</a> to learn the details and grab your tickets!
1528
1531
1529
1532
- key: user_info.years_of_experience_rn
1530
1533
t: RN Experience
@@ -1686,5 +1689,35 @@ translations:
1686
1689
- key: conclusion.rn2024.bartlomiej_bukowski.bio
1687
1690
t: Software Engineer at Software Mansion, Creator of the State of React Native survey
1688
1691
- key: conclusion.rn2024.bartlomiej_bukowski
1689
-
t: |
1690
-
TBD
1692
+
t: >
1693
+
React Native has continued to evolve significantly, establishing itself as a leading framework for cross-platform mobile app development.
1694
+
Over the past year, the community has witnessed substantial advancements, particularly with [Expo emerging as the primary framework for
This shift has been accompanied by the integration of new architectural features, which are [now enabled by default](https://reactnative.dev/blog/2024/10/23/release-0.76-new-architecture),
1697
+
enhancing performance and developer experience. The introduction of [React (Native) Server Components](https://docs.expo.dev/guides/server-components/) has also marked a pivotal moment,
1698
+
allowing developers to build more dynamic and efficient applications.
1699
+
<br/>
1700
+
<br/>
1701
+
The rise of AI-driven tools has transformed how developers approach app creation, enabling them to focus more on product innovation rather than
1702
+
technical complexities. This trend reflects a broader movement within the React Native community towards leveraging advanced technologies
1703
+
to streamline development processes and enhance user experiences. Building a full-featured mobile app has never been faster.
1704
+
<br/>
1705
+
<br/>
1706
+
Looking ahead, the momentum in React Native development tools is expected to accelerate further. Meta's commitment to improving the foundation
1707
+
of React Native through initiatives like the [Chrome DevTools Protocol](https://reactnative.dev/docs/react-native-devtools) is paving the way for a new generation of development tools.
1708
+
With Expo's recent releases, including dev plugins and [Atlas](https://expo.dev/blog/introducing-expo-atlas) for better code visibility, the framework is poised for continued growth.
1709
+
As the community embraces these advancements, 2025 promises to be an exciting year for React Native developers, with enhanced capabilities
2024 was yet another big year for React Native. From Expo becoming the React Native Framework, the new architecture by default, to the React (Native) Server Components development preview.
1716
+
1717
+
This year, yarn v1 has finally been dethroned by npm overall usage, signaling that the React Native community is ready to move to modern package managers. This also clearly shows in the more-than-double usage compared to last year. Bun even scored the highest "well-received" vote, which should come as no surprise considering it's one of the fastest package managers currently out there.
1718
+
1719
+
After 10 years of React Native, we've seen developers build all kinds of apps. Now, AI-driven tools are accelerating this and enabling teams to ship higher-quality apps faster while shifting their focus from technical overhead to product creativity. There is a clear trend of companies investing to support React Native and Expo with AI, such as Replit, Stackblitz, Google's Project IDX and we expect more and more developers to embrace it in one form or another in their daily basis.
1720
+
1721
+
Both Meta, Expo, and other community partners continue to invest in React Native dev tooling. Meta launched the CDP-based React Native DevTools, creating a foundation for the next generation of dev tools, like Radeon. Expo released <a target="_blank" href="https://docs.expo.dev/debugging/devtools-plugins/">dev plugins</a>, making it easy for library authors to ship specific debugging tools and helping users access, modify, and understand complex libraries like <a href="https://github.com/drizzle-team/drizzle-studio-expo" target="_blank">Drizzle</a>. Expo also launched Atlas this year to help build out RSC and tree-shaking, giving users complete visibility into how code is bundled in their apps and now Expo Orbit is available on all desktop platforms, simplifying the way developers install their apps and manage devices.
1722
+
1723
+
The momentum of React Native dev tools continues to speed up. With Meta focusing on the foundation through the Chrome Devtools Protocol, 2025 will be an even more exciting year for developers.
0 commit comments