Skip to content

Commit 18d7ed9

Browse files
authored
Improve Migration Guide (#1098)
## Description This PR enhances the user experience and clarity of React Native Windows v0.80 documentation based on feedback and PR review comments. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-windows-samples/pull/1098)
1 parent a7b6945 commit 18d7ed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/versioned_docs/version-0.80/migration-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ original_id: migration-guide
66

77
![Architecture](https://img.shields.io/badge/architecture-new_&_old-green)
88

9-
### React Native Windows — Migration from Paper (Old Architecture) to Fabric (New Architecture) - Sample Calculator App
9+
### React Native Windows — Migration from Paper (Old Architecture) to Fabric (New Architecture)
1010

1111

1212
### Introduction
@@ -127,7 +127,7 @@ In case you encounter issues migrating to Fabric or due to unsupported controls
127127

128128
Commit Fabric to Paper for reference: [migrate calculator by anupriya13 · Pull Request #1092 · microsoft/react-native-windows-samples](https://github.com/microsoft/react-native-windows-samples/pull/1092/commits/450baba033b9c1f0e9b9e882bee91954f03767a1)
129129

130-
### Third-Party Modules and Community Libraries [Out of Scope for Calculator]
130+
### Third-Party Modules and Community Libraries - General Guidance
131131

132132
When migrating to the New Architecture (Fabric), it's important to verify that all third-party or community modules used in your project are compatible with the new architecture. Modules developed for the old Paper bridge may not function correctly without Fabric support.
133133

@@ -139,7 +139,7 @@ Prefer modules that explicitly state compatibility with React Native 0.80 or hig
139139

140140
If the module is not updated, consider alternative libraries or maintain your own fork until Fabric support is added.
141141

142-
### Flyout / Popup Behavior Update [Out of Scope for Calculator]
142+
### Flyout / Popup Behavior - General Guidance
143143

144144
In the New Architecture RNW, the Flyout and Popup components have been updated to align with the Modal API for better cross-platform consistency. Any previous usage of Flyout or Popup should be reviewed and replaced with the new Modal-based implementation, ensuring proper layering, dismissal, and accessibility behavior.
145145

0 commit comments

Comments
 (0)