Skip to content

Commit 4054cba

Browse files
committed
feat(2025): add results notes
1 parent 8e8abe2 commit 4054cba

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

locale-en-US/rn2025.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ translations:
859859
# Results
860860
- key: animations.animations_ratios
861861
t: Animations ratios over time
862-
- key: animations.animations_ratios.note
862+
- key: animations.animations_ratios.results_note
863863
t: >
864864
The stable 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.
865865
@@ -975,11 +975,11 @@ translations:
975975
- key: debugging_and_profiling.debugging_and_profiling_experience
976976
t: Debugging and profiling experience & sentiment
977977

978-
# - key: debugging_and_profiling.debugging_profiling_pain_points.note
979-
# t: |
980-
# <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.
981-
# 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.
982-
# Try Radon IDE for free <a target="_blank" href="https://marketplace.visualstudio.com/items?itemName=swmansion.react-native-ide">here</a>.
978+
- key: debugging_and_profiling.debugging_profiling_pain_points.results_note
979+
t: |
980+
<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.
981+
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.
982+
Try Radon IDE for free <a target="_blank" href="https://marketplace.visualstudio.com/items?itemName=swmansion.react-native-ide">here</a>.
983983
984984
######################################################
985985
######### TESTING AND MONITORING #########
@@ -1101,12 +1101,12 @@ translations:
11011101
t: Planned for future
11021102
- key: options.react_native_architecture_new_architecture_migration.react_native_architecture_new_arch_migration_not_planned
11031103
t: Not planned
1104-
# - key: react_native_architecture.react_native_architecture_new_architecture_migration.note
1105-
# t: |
1106-
# React Native 0.76+ defaults to the New Architecture, which may be challenging to navigate. 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.
1107-
# Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-1-2-bb0c16950f2d">part 1</a>
1108-
# Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-2-2-ac5f2adf22ec">part 2</a>
1109-
# 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.
1104+
- key: react_native_architecture.react_native_architecture_new_architecture_migration.results_note
1105+
t: |
1106+
React Native 0.76+ defaults to the New Architecture, which may be challenging to navigate. 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.
1107+
Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-1-2-bb0c16950f2d">part 1</a>
1108+
Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-2-2-ac5f2adf22ec">part 2</a>
1109+
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.
11101110
11111111
- key: react_native_features.brownfield
11121112
t: Do you integrate React Native with applications written using other technology?
@@ -1119,12 +1119,12 @@ translations:
11191119
t: Greenfield vs brownfield
11201120
- key: react_native_architecture.react_native_architecture_brownfield.question
11211121
t: What type of React Native project are you working on?
1122-
# - key: react_native_architecture.react_native_architecture_brownfield.note
1123-
# t: |
1124-
# 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:
1125-
# 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>
1126-
# 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>
1127-
# 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
1122+
- key: react_native_architecture.react_native_architecture_brownfield.results_note
1123+
t: |
1124+
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:
1125+
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>
1126+
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>
1127+
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
11281128
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green
11291129
t: I mainly work on standalone React Native apps (greenfield)
11301130
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green.short
@@ -1591,11 +1591,11 @@ translations:
15911591
t: Years of Experience
15921592
- key: user_info.years_of_experience.question
15931593
t: How long have you been working as a programmer or studying programming?
1594-
# - key: user_info.years_of_experience.note
1595-
# t: |
1596-
# 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.
1597-
# This year’s edition will take place on 27-29 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.
1598-
# <a target="_blank" href="https://appjs.co/">Visit the website</a> to learn the details and grab your tickets!
1594+
- key: user_info.years_of_experience.results_note
1595+
t: |
1596+
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.
1597+
This year’s edition will take place on 27-29 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.
1598+
<a target="_blank" href="https://appjs.co/">Visit the website</a> to learn the details and grab your tickets!
15991599
16001600
- key: user_info.years_of_experience_rn
16011601
t: RN Experience

0 commit comments

Comments
 (0)