diff --git a/versioned_docs/version-6.x/getting-started.md b/versioned_docs/version-6.x/getting-started.md index efd49384dd..403cafbacb 100755 --- a/versioned_docs/version-6.x/getting-started.md +++ b/versioned_docs/version-6.x/getting-started.md @@ -20,7 +20,7 @@ Here are some resources to help you out: ## Minimum requirements - `react-native` >= 0.63.0 -- `expo` >= 41 (if you use [Expo](https://expo.io)) +- `expo` >= 41 (if you use [Expo Go](https://expo.dev/go)) - `typescript` >= 4.1.0 (if you use [TypeScript](https://www.typescriptlang.org)) ## Installation diff --git a/versioned_docs/version-7.x/bottom-tab-navigator.md b/versioned_docs/version-7.x/bottom-tab-navigator.md index c56a9353ca..e063c67310 100755 --- a/versioned_docs/version-7.x/bottom-tab-navigator.md +++ b/versioned_docs/version-7.x/bottom-tab-navigator.md @@ -576,8 +576,6 @@ Whether this screen should render only after the first time it's accessed. Defau Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`. Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application. -Requires `react-native-screens` version >=3.16.0. - Only supported on iOS and Android. #### `popToTopOnBlur` diff --git a/versioned_docs/version-7.x/drawer-navigator.md b/versioned_docs/version-7.x/drawer-navigator.md index 6f265cb0c2..e2c825dbe1 100644 --- a/versioned_docs/version-7.x/drawer-navigator.md +++ b/versioned_docs/version-7.x/drawer-navigator.md @@ -565,8 +565,6 @@ Whether the keyboard should be dismissed when the swipe gesture begins. Defaults Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`. Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application. -Requires `react-native-screens` version >=3.16.0. - Only supported on iOS and Android. #### `popToTopOnBlur` diff --git a/versioned_docs/version-7.x/getting-started.md b/versioned_docs/version-7.x/getting-started.md index 32907b57bd..db50e49dfb 100755 --- a/versioned_docs/version-7.x/getting-started.md +++ b/versioned_docs/version-7.x/getting-started.md @@ -23,7 +23,7 @@ Here are some resources to help you out: ## Minimum requirements - `react-native` >= 0.72.0 -- `expo` >= 49 (if you use Expo) +- `expo` >= 52 (if you use [Expo Go](https://expo.dev/go)) - `typescript` >= 5.0.0 (if you use TypeScript) ## Installation diff --git a/versioned_docs/version-7.x/native-stack-navigator.md b/versioned_docs/version-7.x/native-stack-navigator.md index af8b1fb7c7..feed47d01b 100755 --- a/versioned_docs/version-7.x/native-stack-navigator.md +++ b/versioned_docs/version-7.x/native-stack-navigator.md @@ -162,8 +162,6 @@ String that can be used as a fallback for `headerTitle`. Boolean indicating whether to show the menu on longPress of iOS >= 14 back button. Defaults to `true`. -Requires `react-native-screens` version >=3.3.0. - Only supported on iOS. Header back button menu enabled @@ -916,8 +914,6 @@ Only supported on Android. Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`. Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application. -Requires `react-native-screens` version >=3.16.0. - Only supported on iOS and Android. ### Events diff --git a/versioned_docs/version-7.x/stack-navigator.md b/versioned_docs/version-7.x/stack-navigator.md index 51995bbd39..63d1f367c7 100755 --- a/versioned_docs/version-7.x/stack-navigator.md +++ b/versioned_docs/version-7.x/stack-navigator.md @@ -325,8 +325,6 @@ This is automatically adjusted when using [`presentation`](#presentation) as `tr Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`. Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application. -Requires `react-native-screens` version >=3.16.0. - Only supported on iOS and Android. ### Header related options diff --git a/versioned_docs/version-7.x/upgrading-from-6.x.md b/versioned_docs/version-7.x/upgrading-from-6.x.md index 2c75cb6ef5..205795bae0 100755 --- a/versioned_docs/version-7.x/upgrading-from-6.x.md +++ b/versioned_docs/version-7.x/upgrading-from-6.x.md @@ -11,7 +11,7 @@ This guides lists all the breaking changes and new features in React Navigation ## Minimum Requirements - `react-native` >= 0.72.0 -- `expo` >= 49 (if you use Expo) +- `expo` >= 52 (if you use [Expo Go](https://expo.dev/go)) - `typescript` >= 5.0.0 (if you use TypeScript) ## Breaking changes