Skip to content

Commit 6bcecd1

Browse files
committed
Document updated Expo Go requirement
1 parent 069f1d3 commit 6bcecd1

File tree

7 files changed

+3
-13
lines changed

7 files changed

+3
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here are some resources to help you out:
2020
## Minimum requirements
2121

2222
- `react-native` >= 0.63.0
23-
- `expo` >= 41 (if you use [Expo](https://expo.io))
23+
- `expo` >= 41 (if you use [Expo Go](https://expo.dev/go))
2424
- `typescript` >= 4.1.0 (if you use [TypeScript](https://www.typescriptlang.org))
2525

2626
## Installation

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,6 @@ Whether this screen should render only after the first time it's accessed. Defau
576576
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`.
577577
Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application.
578578
579-
Requires `react-native-screens` version >=3.16.0.
580-
581579
Only supported on iOS and Android.
582580
583581
#### `popToTopOnBlur`

versioned_docs/version-7.x/drawer-navigator.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,6 @@ Whether the keyboard should be dismissed when the swipe gesture begins. Defaults
565565
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`.
566566
Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application.
567567

568-
Requires `react-native-screens` version >=3.16.0.
569-
570568
Only supported on iOS and Android.
571569

572570
#### `popToTopOnBlur`

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Here are some resources to help you out:
2323
## Minimum requirements
2424

2525
- `react-native` >= 0.72.0
26-
- `expo` >= 49 (if you use Expo)
26+
- `expo` >= 52 (if you use [Expo Go](https://expo.dev/go))
2727
- `typescript` >= 5.0.0 (if you use TypeScript)
2828

2929
## Installation

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ String that can be used as a fallback for `headerTitle`.
162162

163163
Boolean indicating whether to show the menu on longPress of iOS >= 14 back button. Defaults to `true`.
164164

165-
Requires `react-native-screens` version >=3.3.0.
166-
167165
Only supported on iOS.
168166

169167
<img src="/assets/7.x/native-stack/headerBackButtonMenuEnabled.png" width="500" alt="Header back button menu enabled" />
@@ -916,8 +914,6 @@ Only supported on Android.
916914
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`.
917915
Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application.
918916

919-
Requires `react-native-screens` version >=3.16.0.
920-
921917
Only supported on iOS and Android.
922918

923919
### Events

versioned_docs/version-7.x/stack-navigator.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ This is automatically adjusted when using [`presentation`](#presentation) as `tr
325325
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to `false`.
326326
Defaults to `true` when `enableFreeze()` from `react-native-screens` package is run at the top of the application.
327327

328-
Requires `react-native-screens` version >=3.16.0.
329-
330328
Only supported on iOS and Android.
331329

332330
### Header related options

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guides lists all the breaking changes and new features in React Navigation
1111
## Minimum Requirements
1212

1313
- `react-native` >= 0.72.0
14-
- `expo` >= 49 (if you use Expo)
14+
- `expo` >= 52 (if you use [Expo Go](https://expo.dev/go))
1515
- `typescript` >= 5.0.0 (if you use TypeScript)
1616

1717
## Breaking changes

0 commit comments

Comments
 (0)