Skip to content

Commit be8b2b9

Browse files
authored
Docs: Upgrade verbiage
1 parent 6aa24b6 commit be8b2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Due to backward compatibility reasons, React Navigation 5 and 6 support navigati
2727

2828
Due to these issues, we have a special API to navigate to a nested screen (`navigation.navigate(ParentScreenName, { screen: ScreenName })`).
2929

30-
From these release, this is no longer the default behavior. If you're relying on this behavior in your app, you can pass the [`navigationInChildEnabled`](navigation-container.md#navigationinchildenabled) prop to `NavigationContainer` to keep the behavior until you are able to migrate:
30+
From this release moving forward, this is no longer the default behavior. If you're relying on this behavior in your app, you can pass the [`navigationInChildEnabled`](navigation-container.md#navigationinchildenabled) prop to `NavigationContainer` to keep the behavior until you are able to migrate:
3131

3232
```jsx
3333
<NavigationContainer navigationInChildEnabled>{/* ... */}</NavigationContainer>

0 commit comments

Comments
 (0)