Skip to content

Commit 4309c8e

Browse files
committed
Remove note about React Navigation 4
1 parent 91b95cf commit 4309c8e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

versioned_docs/version-5.x/upgrading-from-4.x.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,10 @@ sidebar_label: Upgrading from 4.x
88
99
React Navigation 5 has a completely new component based API. While the main concepts are the same, the API is different. In this guide, we aim to document all the differences so that it's easier to upgrade your app.
1010

11-
If you have not installed React Navigation 5 yet, you can do so following the [Getting Started guide](getting-started.md).
11+
If you have not installed React Navigation 5 yet, you can do so by following the [Getting](getting-started.md) Started guide](getting-started.md).
1212

1313
To reuse code using the old API with minimal changes, you can use the [compatibility layer](compatibility.md).
1414

15-
## Before you upgrade
16-
17-
React Navigation 4 is still maintained and will stay compatible with the latest version of React Native. We'll accept small pull requests and release bug fixes. While we won't be actively working on new features for React Navigation 4, they may be occasionally backported.
18-
19-
If React Navigation 4 is working well for you and you don't need any of the new capabilities of the new version, you can keep using it. You don't have to rewrite your navigation structure.
20-
21-
However, if you're starting a new project, we recommend to use the latest version instead of React Navigation 4.
22-
2315
If you are upgrading from older versions of navigators, you should take a look at the guide for [upgrading to React Navigation 4](../version-4.x/upgrading-from-3.x.md) first, especially the part for [upgrading packages](../version-4.x/upgrading-from-3.x.md#upgrading-packages).
2416

2517
## Package names

0 commit comments

Comments
 (0)