Skip to content

Commit 8e8abe2

Browse files
committed
fix(2025): remove notes from questions, update question keys in react_native_architecture_version question
1 parent da4dde1 commit 8e8abe2

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

locale-en-US/rn2025.yml

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,14 +1037,16 @@ translations:
10371037
t: React Native version
10381038
- key: react_native_architecture.react_native_architecture_version.question
10391039
t: Which React Native version do you use mainly?
1040-
- key: options.react_native_architecture_version.react_native_architecture_version_0_69_or_lower
1041-
t: "0.69 or lower"
1042-
- key: options.react_native_architecture_version.react_native_architecture_version_0_70
1043-
t: "0.70"
1044-
- key: options.react_native_architecture_version.react_native_architecture_version_0_71
1045-
t: "0.71"
1046-
- key: options.react_native_architecture_version.react_native_architecture_version_0_72
1047-
t: "0.72"
1040+
# - key: options.react_native_architecture_version.react_native_architecture_version_0_69_or_lower
1041+
# t: "0.69 or lower"
1042+
# - key: options.react_native_architecture_version.react_native_architecture_version_0_70
1043+
# t: "0.70"
1044+
# - key: options.react_native_architecture_version.react_native_architecture_version_0_71
1045+
# t: "0.71"
1046+
# - key: options.react_native_architecture_version.react_native_architecture_version_0_72
1047+
# t: "0.72"
1048+
- key: options.react_native_architecture_version.react_native_architecture_version_0_72_or_lower
1049+
t: "0.72 or lower"
10481050
- key: options.react_native_architecture_version.react_native_architecture_version_0_73
10491051
t: "0.73"
10501052
- key: options.react_native_architecture_version.react_native_architecture_version_0_74
@@ -1099,12 +1101,12 @@ translations:
10991101
t: Planned for future
11001102
- key: options.react_native_architecture_new_architecture_migration.react_native_architecture_new_arch_migration_not_planned
11011103
t: Not planned
1102-
- key: react_native_architecture.react_native_architecture_new_architecture_migration.note
1103-
t: |
1104-
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.
1105-
Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-1-2-bb0c16950f2d">part 1</a>
1106-
Read <a target="_blank" href="https://blog.swmansion.com/react-natives-new-architecture-the-tricky-parts-2-2-ac5f2adf22ec">part 2</a>
1107-
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.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.
11081110

11091111
- key: react_native_features.brownfield
11101112
t: Do you integrate React Native with applications written using other technology?
@@ -1117,12 +1119,12 @@ translations:
11171119
t: Greenfield vs brownfield
11181120
- key: react_native_architecture.react_native_architecture_brownfield.question
11191121
t: What type of React Native project are you working on?
1120-
- key: react_native_architecture.react_native_architecture_brownfield.note
1121-
t: |
1122-
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:
1123-
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>
1124-
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>
1125-
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.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
11261128
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green
11271129
t: I mainly work on standalone React Native apps (greenfield)
11281130
- key: options.react_native_architecture_brownfield.react_native_architecture_brownfield_green.short
@@ -1589,11 +1591,11 @@ translations:
15891591
t: Years of Experience
15901592
- key: user_info.years_of_experience.question
15911593
t: How long have you been working as a programmer or studying programming?
1592-
- key: user_info.years_of_experience.note
1593-
t: |
1594-
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.
1595-
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.
1596-
<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.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!
15971599

15981600
- key: user_info.years_of_experience_rn
15991601
t: RN Experience

0 commit comments

Comments
 (0)