How to add deep links to an ReactJS Ionic Android Project

I’ve got a basic ReactJS Project and I followed this guide to turn it into an android project with my output in the build directory.

I’ve successfully generated a working APK file. however now I wish to point https://example.com/ URL opened by any browser on mobile to open my app once it’s been installed. any help would be greatly apperiacted.

I’m not sure where to register this url to open my app, TIA

Deep links are done with Capacitor; it’s not specific to React. See the docs here.

Hi ptmkenny, please look at this, thanks javascript - How to add deep links to an ReactJS Ionic Android Project - Stack Overflow i have a thread going at this link on stackoverflow