Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To #56

Open
mmdock opened this issue Oct 25, 2017 · 1 comment
Open

How To #56

mmdock opened this issue Oct 25, 2017 · 1 comment

Comments

@mmdock
Copy link

mmdock commented Oct 25, 2017

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

@mmdock
Copy link
Author

mmdock commented Oct 25, 2017

Figured it out. I had a space in the route added to Navigator (and even matching for that space it still didn't work, but when i removed that space everything started working correctly)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant