Reputation: 33
I'm a newbie in android programming and creating application on React Native framework. I am trying to create Deep Links for my application which I have already implemented with Branch. But since this has been implemented using a library, it might create some unwanted problems in future, because of the fact that the React Native community are actively working on to improve this platform.
I want some Native way of creating deep links with React Native applications. I would love to hear your opinions here. Thank you.
Upvotes: 0
Views: 559
Reputation: 13613
Alex from Branch here:
We are actively involved in the React Native community, and aren't going anywhere. Using the Branch library in your app definitely won't cause issues later.
Deep linking isn't actually something React Native can solve in isolation, because the standards and underlying requirements all come from the iOS and Android platforms on which React Native is built. If you're interested in reading more about the issues behind mobile deep linking, check out this article for details on why it's such a complex problem.
Upvotes: 1