Skip to content

Commit d14ec2f

Browse files
committed
Document minimum version of screens
1 parent 153945e commit d14ec2f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm install @react-navigation/bottom-tabs
4646

4747
The navigator requires React Native 0.79 or above is required. If you're using [Expo](https://expo.dev/), it requires SDK 53 or above.
4848

49-
It also needs latest version of `react-native-screens`. If you're using Expo, make sure to use [development builds](https://docs.expo.dev/develop/development-builds/introduction/) instead of Expo Go to use the latest version of `react-native-screens`.
49+
It also needs `react-native-screens` 4.25.0 or above. If you're using Expo, make sure to use [development builds](https://docs.expo.dev/develop/development-builds/introduction/) instead of Expo Go to use the latest version of `react-native-screens`.
5050

5151
## Usage
5252

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ The minimum required version of React Native, Expo, and TypeScript have been bum
2525

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

28-
- `react-native-screens` >= 4.20.0
28+
- `react-native-screens` >= 4.25.0
2929
- `react-native-safe-area-context` >= 5.5.0
3030
- `react-native-reanimated` >= 4.0.0
3131
- `react-native-pager-view` >= 7.0.0 (8.0.0 is recommended)
3232
- `react-native-web` >= 0.21.0
3333

3434
Previously, many navigators worked without `react-native-screens`, but now it's required for all navigators.
3535

36-
If you're using Expo, you can install compatible versions of these dependencies with `expo install`:
36+
If you're using Expo, you can install compatible versions of these dependencies with `expo install`.
3737

3838
Additionally, React Navigation now uses [`@callstack/liquid-glass`](https://github.com/callstack/liquid-glass) to implement liquid glass effect on iOS 26. So make sure to install it:
3939

0 commit comments

Comments
 (0)