victorkvarghese / react-native-boilerplate

🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
MIT License
600 stars 209 forks source link

How is Deep Linking done? #11

Closed emrepirnaz closed 4 years ago

emrepirnaz commented 4 years ago

It works in the structure I installed with react-navigation but it doesn't work in your boilerplate. Can you share a document on this subject? I can run as myapp:// but I can't run as myapp://routename.

victorkvarghese commented 4 years ago

I didn't get what you're saying. You mean react-navigation is not working on this boilerplate ??

For deep linking Please refer: DeepLinking

emrepirnaz commented 4 years ago

Deep Linking does not work on your react-navigation configuration. Try.

victorkvarghese commented 4 years ago

Did u do follow the guide properly. You need to make some change sin iOs and Android native side to enable deep linking. this boilerplate doesn't support deep linking by default.

Please follow the section Set up with react-native init projects here

emrepirnaz commented 4 years ago

I said that it doesn't work in the structure you created, but I think you insist on not understanding it. Thank you.