Skip to content

Commit

Permalink
Merge pull request #176 from kevinvangelder/patch-1
Browse files Browse the repository at this point in the history
Add React Navigation getId link to docs
  • Loading branch information
nandorojo authored Oct 28, 2022
2 parents f71a99d + e6bfcfe commit fbdb2c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/guides/dynamic-route.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ export function NavigationProvider({
```

On the Next.js side, you should have a file at `apps/next/pages/users/[id].tsx` that exports the same screen.

:::tip Recursive Routes

In order to properly navigate recursive routes, you will need to implement [React Navigation's getId](https://reactnavigation.org/docs/screen/#getid) attribute on the affected screens.

:::

2 comments on commit fbdb2c8

@vercel
Copy link

@vercel vercel bot commented on fbdb2c8 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solito-s9oj – ./example-monorepos/with-tailwind/apps/next

solito-s9oj-beat-gig.vercel.app
solito-s9oj.vercel.app
solito-s9oj-git-master-beat-gig.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fbdb2c8 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

with-custom-fonts – ./example-monorepos/with-custom-font/apps/next

custom-font.example.solito.dev
with-custom-fonts.vercel.app
with-custom-fonts-git-master-fernandorojo.vercel.app
with-custom-fonts-fernandorojo.vercel.app

Please sign in to comment.