Replies: 1 comment
-
See https://expo.github.io/router/docs/migration/react-navigation/params |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey y'all,
I had a question regarding how I should go about grabbing query params from a url string after clicking on an email hyperlink.
For example, let's say I have the following string:
http://localhost:19000/account/verify?token=1_Fld4-Vsf8iQgbcak2Rh2zr-k5AdWlGpua71D4dGSDK7
I'd like to grab the token (
1_Fld4-Vsf8iQgbcak2Rh2zr-k5AdWlGpua71D4dGSDK7
) so I can post it to my verification API. How would I go about grabbing this token once the user clicks the hyperlink.Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions