Skip to content

Commit ee79889

Browse files
committed
Make not in beforeRemove section a wanrning
1 parent cff44bd commit ee79889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: versioned_docs/version-7.x/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ npm install react-native-screens react-native-safe-area-context
7474

7575
:::note
7676

77-
You might get warnings related to peer dependencies after installation. They are usually caused by incorrect version ranges specified in some packages. You can safely ignore most warnings as long as your app builds.
77+
You might get warnings related to peer dependencies after installation. They are usually caused by incorrect version ranges specified in some packages. You can safely ignore these warnings as long as your app builds and works as expected.
7878

7979
:::
8080

Diff for: versioned_docs/version-7.x/navigation-events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ React.useEffect(
7070
);
7171
```
7272

73-
:::note
73+
:::warning
7474

7575
Preventing the action in this event doesn't work properly with [`@react-navigation/native-stack`](native-stack-navigator.md). We recommend using the [`usePreventRemove` hook](preventing-going-back.md) instead.
7676

0 commit comments

Comments
 (0)