Can not open expo development app after ejecting project which implementing Linking.openURL

Hi everyone,

I followed link https://docs.expo.io/versions/latest/workflow/linking/ to try to open my development app.

Following is my steps,

  1. Launch my first app which is ejected by expo eject. And run expo start to launch
    my first app on exp://localhost:19000
  2. Launch my second app on exp://localhost:19004
  3. Implement Linking.openUrl(“exp://localhost:190004”) to try to open my second app.

But my first app did not work to open my development app by using Linking.openUrl(“exp://localhost:190004”)

Did I miss steps to try to open my second project or did I need to set some configure in AndroidManifest.xml?

Because I can open website by using Linking.openUrl(“https://expo.io”)
Thanks.