parseInitialURLAsync not a function

Please provide the following:

  1. SDK Version: latest
  2. Platforms(ios/android/both): web

Hi, I am trying to play with the linking capability. I created an app with expo init and imported Linking from react-native (is this where I should import Linking?). I then tried to call parseInitialURLAsync as per the documentation. I am running expo start --web and not ios or android. I am getting an error saying parseInitialURLAsync is not a function. getInitialURL works, however I am trying to get the query params as well. Any help is greatly appreciated.

Thanks!

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