tech/webdev magazine

May 19, 2017

Deep Linking Your React Native App

Friday, May 19, 2017 Teklinks

In this post, I’ll quickly walk through how to add deep linking to a React Native app for both iOS and Android using React Navigation. The final code for this tutorial is located here. For example, say you have a person’s profile, and you want to provide a link somewhere on the web or in another app, so that when the user clicks on a link, we not only open the app but also navigate to the exact point in the app that we want to go.

Full article