Skip to content

Commit

Permalink
Document updated Expo Go requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 11, 2024
1 parent 069f1d3 commit 6bcecd1
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-7.x/bottom-tab-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-7.x/drawer-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions versioned_docs/version-7.x/native-stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src="/assets/7.x/native-stack/headerBackButtonMenuEnabled.png" width="500" alt="Header back button menu enabled" />
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-7.x/stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/upgrading-from-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bcecd1

Please sign in to comment.