luisfcofv / react-native-deep-linking

Simple route-matching library to handle deep links
MIT License
247 stars 23 forks source link

Cannot handle multiple params in a single url #56

Open Sarankumar-02 opened 2 years ago

Sarankumar-02 commented 2 years ago

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