luisfcofv/react-native-deep-linking

Cannot handle multiple params in a single url

Sarankumar-02 opened this issue · 0 comments

Suppose an url like this myclnq://register?firstName=Saran&lastName=kumar, how can i get firstName and lastName from this url.
In the example, retrieing one param is defined but not multiple params. pls give a solution