You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/navigation-events.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ React.useEffect(
70
70
);
71
71
```
72
72
73
-
:::note
73
+
:::warning
74
74
75
75
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.
0 commit comments