How To
Open
- Dominant language
- Swift
- Stars
- 821
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I am a bit confused as to how to actually use this.
if I have a route in the form of "profile: {userId}"
and I call Navigator.navigate(urn: ? )
What am I supposed to be passing in there?
I know how to use single word routes, but not sure how to actually pass information in
I have tried stuff like "profile/userId/1" and "profile:userId:1" and "profile:userId/1" and "profile: {1}" and so on but it always errors going into my catch
Contributor guide
Assessment
This issue has not been assessed yet.