Does Linking suppose to work with universal deep link (without custom scheme)?

I am using Expo 32.0.0

I successfully setup universal deep link with android (with intentFilters) to open the modal dialog for user to select if they want to open the link with the app. However, Expo.Linking.addEventListener(‘url’,handler) never get call.

Of course deep link using custom scheme work fine. However, I attempt to make oauth2 authentication work both with browser and native app, so that I like to stay away from custom scheme deep link. It is somewhat ambiguous in the doc that Linking will work with universal deep link.

Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.