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?