Skip to content

Commit fb8e60a

Browse files
committed
feat(2024) finalize texts
1 parent 91eab96 commit fb8e60a

File tree

1 file changed

+47
-14
lines changed

1 file changed

+47
-14
lines changed

locale-en-US/rn2024.yml

Lines changed: 47 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,12 @@ translations:
841841
- key: animations.animations_ratios
842842
t: Animations ratios over time
843843
- key: animations.animations_ratios.note
844-
t: |
844+
t: >
845845
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+
846847
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>.
848850
- key: animations.animations_experience
849851
t: Animations experience & sentiment
850852

@@ -951,11 +953,12 @@ translations:
951953

952954
- key: debugging_and_profiling.debugging_and_profiling_experience
953955
t: Debugging and profiling experience & sentiment
954-
- key: debugging_and_profiling.debugging_and_profiling_experience.note
956+
957+
- key: debugging_and_profiling.debugging_profiling_pain_points.note
955958
t: |
956-
<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.
957960
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>.
959962
960963
######################################################
961964
######### TESTING AND MONITORING #########
@@ -1038,9 +1041,9 @@ translations:
10381041
- key: react_native_architecture.react_native_architecture_strategies.note
10391042
t: |
10401043
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.
1041-
Read <a href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-1-2-bb0c16950f2d">part 1</a>
1042-
Read <a href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-2-2-ac5f2adf22ec">part 2</a>
1043-
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.
1044+
Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-1-2-bb0c16950f2d">part 1</a>
1045+
Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-2-2-ac5f2adf22ec">part 2</a>
1046+
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.
10441047
- key: options.react_native_architecture_strategies.react_native_architecture_strategies_stay_latest
10451048
t: Stay on the latest version
10461049
- key: options.react_native_architecture_strategies.react_native_architecture_strategies_upgrade_occasionally
@@ -1068,9 +1071,9 @@ translations:
10681071
- key: react_native_architecture.react_native_architecture_brownfield.note
10691072
t: |
10701073
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:
1071-
Read <a href="https://blog.swmansion.com/add-react-native-to-the-signal-open-source-app-part-1-ios-ffb61819031e">part 1 (iOS)</a>
1072-
Read <a href="https://blog.swmansion.com/add-react-native-to-the-signal-open-source-app-part-2-android-803c1b726582">part 2 (Android)</a>
1073-
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
1074+
Read <a target="_blank" href="https://blog.swmansion.com/add-react-native-to-the-signal-open-source-app-part-1-ios-ffb61819031e">part 1 (iOS)</a>
1075+
Read <a target="_blank" href="https://blog.swmansion.com/add-react-native-to-the-signal-open-source-app-part-2-android-803c1b726582">part 2 (Android)</a>
1076+
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
10741077
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green
10751078
t: I mainly work on standalone React Native apps (greenfield)
10761079
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green.short
@@ -1524,7 +1527,7 @@ translations:
15241527
t: |
15251528
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.
15261529
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!
15281531
15291532
- key: user_info.years_of_experience_rn
15301533
t: RN Experience
@@ -1686,5 +1689,35 @@ translations:
16861689
- key: conclusion.rn2024.bartlomiej_bukowski.bio
16871690
t: Software Engineer at Software Mansion, Creator of the State of React Native survey
16881691
- 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
1695+
React Native](https://reactnative.dev/blog/2024/06/25/use-a-framework-to-build-react-native-apps) development.
1696+
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
1710+
and a more robust ecosystem.
1711+
1712+
1713+
- key: cedric_van_putten_&_gabriel_donadel_comment_description
1714+
t: >
1715+
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

Comments
 (0)