Skip to content

Commit 1167c4f

Browse files
committed
Update minimum requirements
1 parent f31185f commit 1167c4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

versioned_docs/version-6.x/getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Here are some resources to help you out:
1919

2020
## Minimum requirements
2121

22-
React Navigation 6 requires at least `[email protected]`. If you're using Expo, your SDK version needs to be at least `41`.
22+
- `react-native` >= 0.63.0
23+
- `expo` >= 41 (if you use [Expo](https://expo.io))
24+
- `typescript` >= 4.1.0 (if you use [TypeScript](https://www.typescriptlang.org))
2325

2426
## Installation
2527

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ React Navigation 6 requires newer versions of following libraries:
1616
- `react-native-screens` >= 2.15.0
1717
- `react-native-tab-view` >= 3.0.0
1818
- `react-native` >= 0.63.0
19-
- `expo` - 40+ (if you use Expo)
19+
- `expo` >= 41 (if you use [Expo](https://expo.io))
20+
- `typescript` >= 4.1.0 (if you use [TypeScript](https://www.typescriptlang.org))
2021

2122
To upgrade `react-native-safe-area-context` and `react-native-screens` to the latest supported versions, do the following:
2223

0 commit comments

Comments
 (0)