How do you implement deep linking in React Native?
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?