Skip to content

Commit e949249

Browse files
committed
Update entities for RN 2024
1 parent f13f165 commit e949249

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

locale-en-US/rn2024.yml

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,11 @@ translations:
810810
t: What pain points have you encountered with graphics and animations in your React Native projects? If applicable, point out the specific solution and its problems.
811811
- key: animations.animations_ratios
812812
t: Animations Ratios Over Time
813+
- key: animations.animations_ratios.note
814+
t: |
815+
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.
816+
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.
817+
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>.
813818
- key: animations.animations_experience
814819
t: Animations Experience & Sentiment
815820

@@ -913,6 +918,12 @@ translations:
913918
- key: debugging_and_profiling.debugging_and_profiling_experience
914919
t: Debugging And Profiling Experience & Sentiment
915920

921+
- key: debugging_and_profiling.debugging_and_profiling_experience.note
922+
t: |
923+
<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.
924+
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.
925+
Try Radon IDE for free <a href="https://marketplace.visualstudio.com/items?itemName=swmansion.react-native-ide">here</a>.
926+
916927
######################################################
917928
######### TESTING AND MONITORING #########
918929
######################################################
@@ -986,6 +997,12 @@ translations:
986997
t: React Native version upgrading strategy
987998
- key: react_native_architecture.react_native_architecture_strategies.description
988999
t: What is your main strategy for upgrading React Native to a new versions?
1000+
- key: react_native_architecture.react_native_architecture_strategies.note
1001+
t: |
1002+
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.
1003+
Read <a href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-1-2-bb0c16950f2d">part 1</a>
1004+
Read <a href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-2-2-ac5f2adf22ec">part 2</a>
1005+
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.
9891006
- key: options.react_native_architecture_strategies.react_native_architecture_strategies_stay_latest
9901007
t: Stay on the latest version
9911008
- key: options.react_native_architecture_strategies.react_native_architecture_strategies_upgrade_occasionally
@@ -1010,6 +1027,12 @@ translations:
10101027
t: Greenfield vs brownfield
10111028
- key: react_native_architecture.react_native_architecture_brownfield.question
10121029
t: What type of React Native project are you working on?
1030+
- key: react_native_architecture.react_native_architecture_brownfield.note
1031+
t: |
1032+
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:
1033+
Read <a href="https://blog.swmansion.com/add-react-native-to-the-signal-open-source-app-part-1-ios-ffb61819031e">part 1 (iOS)</a>
1034+
Read <a href="https://blog.swmansion.com/add-react-native-to-the-signal-open-source-app-part-2-android-803c1b726582">part 2 (Android)</a>
1035+
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
10131036
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green
10141037
t: I mainly work on standalone React Native apps (greenfield)
10151038
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green.short
@@ -1114,19 +1137,19 @@ translations:
11141137
- key: options.dev_tools_ai_generated_code_balance.0
11151138
t: 0% AI
11161139
- key: options.dev_tools_ai_generated_code_balance.1
1117-
t: "|"
1140+
t: "12.5% AI"
11181141
- key: options.dev_tools_ai_generated_code_balance.2
1119-
t: "|"
1142+
t: "25% AI"
11201143
- key: options.dev_tools_ai_generated_code_balance.3
1121-
t: "|"
1144+
t: "37.5% AI"
11221145
- key: options.dev_tools_ai_generated_code_balance.4
1123-
t: "50%"
1146+
t: "50% AI"
11241147
- key: options.dev_tools_ai_generated_code_balance.5
1125-
t: "|"
1148+
t: "62.5% AI"
11261149
- key: options.dev_tools_ai_generated_code_balance.6
1127-
t: "|"
1150+
t: "75% AI"
11281151
- key: options.dev_tools_ai_generated_code_balance.7
1129-
t: "|"
1152+
t: "87.5% AI"
11301153
- key: options.dev_tools_ai_generated_code_balance.8
11311154
t: 100% AI
11321155

@@ -1431,6 +1454,11 @@ translations:
14311454
t: Years of Experience
14321455
- key: user_info.years_of_experience.question
14331456
t: How long have you been working as a programmer or studying programming?
1457+
- key: user_info.years_of_experience.note
1458+
t: |
1459+
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.
1460+
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.
1461+
<a href="https://appjs.co/">Visit the website</a> to learn the details and grab your tickets!
14341462
14351463
- key: user_info.years_of_experience_rn
14361464
t: RN Experience

0 commit comments

Comments
 (0)