I built a simple app using Expo, and have installed "stand-alone" builds on iOS and android devices.
The app has a custom scheme "myapp://". On iOS, I can open a browser window, type "myapp://" in the url and hit enter, and I'm asked whether I want to open my app.
I'd like to replicate this behavior on Android, but when I enter "myapp://" in a browser on the Android device, I'm not prompted to open the app.
Does anyone know what the url scheme should be such that Android will open the app with the scheme "myapp://"? I'm happy to provide any other information that would be helpful...