This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Replies: 1 comment 2 replies
-
Good idea, this has been added in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For dynamic paths like
/artists/[id]
, we should addgetId
to theScreen
:The
getId
function lets you push the same screen multiple times, if the ID differs (for example, pushing multiple artists on top of each other).Beta Was this translation helpful? Give feedback.
All reactions