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:
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
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
576576Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
577577Defaults 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-
581579Only supported on iOS and Android.
582580
583581#### ` 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
565565Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
566566Defaults 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-
570568Only supported on iOS and Android.
571569
572570#### ` popToTopOnBlur `
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -162,8 +162,6 @@ String that can be used as a fallback for `headerTitle`.
162162
163163Boolean 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-
167165Only 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.
916914Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
917915Defaults 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-
921917Only supported on iOS and Android.
922918
923919### 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
325325Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to ` false ` .
326326Defaults 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-
330328Only supported on iOS and Android.
331329
332330### 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
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
You can’t perform that action at this time.
0 commit comments