ericwooley / react-nativeish

React Native / React Native Web Boilerplate
MIT License
106 stars 7 forks source link

How to get the parameters on the URL? #13

Closed damiaozi closed 7 years ago

damiaozi commented 7 years ago

I use react-navigation Do interface jump. but,now,I want to get the parameters on the URL。 How to get the parameters on the URL?

ericwooley commented 7 years ago

This is really a react-navigation issue, I would open an issue there for more help. But here is what I know:

https://reactnavigation.org/docs/guides/web

There docs are not very helpful. You might have to look at the source and see how the website works. Or just parse them yourself. https://stackoverflow.com/questions/979975/how-to-get-the-value-from-the-get-parameters

damiaozi commented 7 years ago

thank you