My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

How do you implement deep linking in React Native?

Jandrell Ian Formoso's photo
Jandrell Ian Formoso
·Dec 4, 2017

Hi guys! I've been thinking and searching about this and what is the best way to implement deep linking in react-native . I've been able to implement deep linking on android and ios but on android, I only know adb commands to test it.

And also when I pass the custom scheme,

<a href="example://hello/">Example</a>

it is not showing as a link. Should I use an api to handle the deep linking?