Skip to content

Commit 68b98df

Browse files
committed
Tweak web support wording in common misconceptions
1 parent eb70cae commit 68b98df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-7.x/from-expo-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ React Navigation's static configuration API is designed to minimize boilerplate.
3434

3535
#### React Navigation doesn't support Web
3636

37-
React Navigation [supports Web out-of-the-box](web-support.md) with the same API as native. The Web implementation includes support for browser URLs, history, and accessibility features. However, the web support is optimized for PWAs and doesn't have full support for [server rendering](server-rendering.md).
37+
React Navigation [supports Web out-of-the-box](web-support.md) with the same API as native. The Web implementation includes support for browser URLs, history, accessibility features, etc. All official navigators also work on the web. The web support is optimized for PWAs and has limited [server rendering](server-rendering.md) support.
3838

3939
#### React Navigation doesn't use native navigation primitives
4040

versioned_docs/version-8.x/from-expo-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ React Navigation's static configuration API is designed to minimize boilerplate.
3535

3636
#### React Navigation doesn't support Web
3737

38-
React Navigation [supports Web out-of-the-box](web-support.md) with the same API as native. The Web implementation includes support for browser URLs, history, and accessibility features. However, the web support is optimized for PWAs and doesn't have full support for [server rendering](server-rendering.md).
38+
React Navigation [supports Web out-of-the-box](web-support.md) with the same API as native. The Web implementation includes support for browser URLs, history, accessibility features as well as APIs such as [`pushParams`](navigation-actions.md#pushparams), [`backBehavior=fullHistory`](bottom-tab-navigator.md#backbehavior) etc. that are suitable for web apps. All official navigators also work on the web. The web support is optimized for PWAs and has limited [server rendering](server-rendering.md) support.
3939

4040
#### React Navigation doesn't use native navigation primitives
4141

0 commit comments

Comments
 (0)