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
Copy file name to clipboardExpand all lines: versioned_docs/version-5.x/configuring-links.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this guide, we will configure React Navigation to handle external links. This
10
10
2. Enable URL integration in browser when using on web
11
11
3. Use [`<Link />`](link.md) or [`useLinkTo`](use-link-to.md) to navigate using paths.
12
12
13
-
Make sure that you have [configured deep links](deep-links.md) in your app before proceeding. If you have an Android or iOS app, remember to specify the [`prefixes`](navigation-container.md#linkingprefixes) option.
13
+
Make sure that you have [configured deep links](deep-linking.md) in your app before proceeding. If you have an Android or iOS app, remember to specify the [`prefixes`](navigation-container.md#linkingprefixes) option.
14
14
15
15
The `NavigationContainer` accepts a [`linking`](navigation-container.md#linking) prop that makes it easier to handle incoming links. The 2 of the most important properties you can specify in the `linking` prop are `prefixes` and `config`:
0 commit comments