File tree Expand file tree Collapse file tree 7 files changed +3
-13
lines changed Expand file tree Collapse file tree 7 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Here are some resources to help you out:
20
20
## Minimum requirements
21
21
22
22
- ` 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 ) )
24
24
- ` typescript ` >= 4.1.0 (if you use [ TypeScript] ( https://www.typescriptlang.org ) )
25
25
26
26
## Installation
Original file line number Diff line number Diff line change @@ -576,8 +576,6 @@ Whether this screen should render only after the first time it's accessed. Defau
576
576
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
577
577
Defaults to ` true ` when ` enableFreeze ()` from ` react- native- screens` package is run at the top of the application.
578
578
579
- Requires ` react- native- screens` version >=3.16.0.
580
-
581
579
Only supported on iOS and Android.
582
580
583
581
#### ` popToTopOnBlur`
Original file line number Diff line number Diff line change @@ -565,8 +565,6 @@ Whether the keyboard should be dismissed when the swipe gesture begins. Defaults
565
565
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
566
566
Defaults to ` true ` when ` enableFreeze() ` from ` react-native-screens ` package is run at the top of the application.
567
567
568
- Requires ` react-native-screens ` version >=3.16.0.
569
-
570
568
Only supported on iOS and Android.
571
569
572
570
#### ` popToTopOnBlur `
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Here are some resources to help you out:
23
23
## Minimum requirements
24
24
25
25
- ` react-native ` >= 0.72.0
26
- - ` expo ` >= 49 (if you use Expo)
26
+ - ` expo ` >= 52 (if you use [ Expo Go ] ( https://expo.dev/go ) )
27
27
- ` typescript ` >= 5.0.0 (if you use TypeScript)
28
28
29
29
## Installation
Original file line number Diff line number Diff line change @@ -162,8 +162,6 @@ String that can be used as a fallback for `headerTitle`.
162
162
163
163
Boolean indicating whether to show the menu on longPress of iOS >= 14 back button. Defaults to ` true ` .
164
164
165
- Requires ` react-native-screens ` version >=3.3.0.
166
-
167
165
Only supported on iOS.
168
166
169
167
<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.
916
914
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
917
915
Defaults to ` true ` when ` enableFreeze() ` from ` react-native-screens ` package is run at the top of the application.
918
916
919
- Requires ` react-native-screens ` version >=3.16.0.
920
-
921
917
Only supported on iOS and Android.
922
918
923
919
### Events
Original file line number Diff line number Diff line change @@ -325,8 +325,6 @@ This is automatically adjusted when using [`presentation`](#presentation) as `tr
325
325
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
326
326
Defaults to ` true ` when ` enableFreeze() ` from ` react-native-screens ` package is run at the top of the application.
327
327
328
- Requires ` react-native-screens ` version >=3.16.0.
329
-
330
328
Only supported on iOS and Android.
331
329
332
330
### Header related options
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This guides lists all the breaking changes and new features in React Navigation
11
11
## Minimum Requirements
12
12
13
13
- ` react-native ` >= 0.72.0
14
- - ` expo ` >= 49 (if you use Expo)
14
+ - ` expo ` >= 52 (if you use [ Expo Go ] ( https://expo.dev/go ) )
15
15
- ` typescript ` >= 5.0.0 (if you use TypeScript)
16
16
17
17
## Breaking changes
You can’t perform that action at this time.
0 commit comments