-
Notifications
You must be signed in to change notification settings - Fork 105
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
Email with a plus is not decoded #187
Comments
The third argument of the constructor accept a custom function which can be used to parse the query string. See https://github.com/unshiftio/url-parse#usage By default https://github.com/unshiftio/querystringify is used which is limited by design. |
Thank you @lpinca , I've opened an issue for expo here expo/expo#6528, so we can see how to fix this.
|
I'm closing this as answered. |
I'm using Expo Linking.parse which relies on url-parse, and my url includes an email with this allowed form "[email protected]".
Decoding is incorrect as show by this additional test in PR #186
The text was updated successfully, but these errors were encountered: