Linking to my React Native Expo app

Hi,

I would like either the browser, another app or my node.js back-end to open the app.

  1. I’m trying to use this link (exp://wg-qka.community.app.exp.direct:80) and Expo opens but says my app can’t be found or something along those lines.

This is what I use for testing through my app:
Linking.openURL(“exp://wg-qka.community.app.exp.direct:80”)

  1. if I need to open the app through my node.js, will res.redirect(“exp://wg-qka.community.app.exp.direct:80”) work?

The docs weren’t very clear to me, so wanted to ask here before going back into the docs and trying further :slight_smile:

I think I got it figured out… I didn’t have the correct app address…
So just doing res.redirect(“exp://127.0.0.1:19000”) or something similar works…

My concern now, what is the address in production? is it given by the App store?

Thanks,
Roni

ahhh need to use Linking.makeUrl()…

1 Like

Making our job easy with these self-answered posts. :clap:

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