Skip to content

Commit 65583f8

Browse files
committed
Update minimum requirements
1 parent 5a892f8 commit 65583f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ If you're already familiar with JavaScript, React and React Native, you'll be ab
2222
<details>
2323
<summary>Minimum requirements</summary>
2424

25-
- `react-native` >= 0.81
26-
- `expo` >= 54 ([development build](https://docs.expo.dev/development/introduction/) is required)
25+
- `react-native` >= 0.83
26+
- `expo` >= 55 ([development build](https://docs.expo.dev/development/introduction/) is required)
2727
- `typescript` >= 5.9.2 (if you use TypeScript)
2828
- `react-native-web` >= 0.21.0 (if you support Web)
2929

versioned_docs/version-8.x/upgrading-from-7.x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This guides lists all the breaking changes and new features in React Navigation
1919

2020
The minimum required version of React Native, Expo, and TypeScript have been bumped:
2121

22-
- `react-native` >= 0.81 (planned to be bumped to 0.83)
23-
- `expo` >= 54 (planned to be bumped to 55)
22+
- `react-native` >= 0.83
23+
- `expo` >= 55 ([development build](https://docs.expo.dev/development/introduction/) is required)
2424
- `typescript` >= 5.9.2 (if you use TypeScript)
2525

2626
The minimum required version of various peer dependencies have also been bumped:

0 commit comments

Comments
 (0)