sebestindragos / nativescript-plugin-universal-links

Universal links (IOS) and App Links (Android) support for NativeScript.
8 stars 7 forks source link

Parse query string when constructing UniversalLink #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

This change passes the optional second parameter to url-parse which uses the querystringify module to parse the query string into an object.

sebestindragos commented 4 years ago

Good catch @toby-wollit and thank you for the PR. I'll merge it and have a new version published to npm in a bit.

sebestindragos commented 4 years ago

Published version 1.0.1 on npm.

ghost commented 4 years ago

Great, thank you :rocket: