Deferred deep link to an Expo.io/ReactNative app.
Asked Answered
B

0

10

I’m handling deep links in my Expo.io ReactNative project using the Linking library and it works well, allowing me to open the app and pass in some routing data with a URL. But if the app isn’t installed on the device then it doesn’t work at all.

I know it’s possible for deferred deep links to persist data through an App Store install. What’s the best way to do this with ReactNative, or specifically with an Expo app?

Berley answered 9/11, 2018 at 1:36 Comment(2)
Their documentation states that deferred deep links are supported via Branch.ioTrichromatism
But the branch docs recommend ejecting expo help.branch.io/developers-hub/docs/react-native :/Monarchism

© 2022 - 2024 — McMap. All rights reserved.