I am looking for a solution to have one icon (be it a shortcut, EXE, PWA) that will launch my React Native app. It can open in it's own window or in a Browser.
The app was created with Expo. I attempted to create a static build with 'expo build:web' but the HTML file that it created just opens a blank page.
Any guidance appreciated.