Launching custom intent URIs in Android.
For example Expo Go projects (like exp://192.168.1.123:8080
)
Use shortcut application (like Shortcut Maker) and:
- create
android.intent.action.VIEW
intent shortcut - use target URI for
data
Source: expo/expo#3686 (comment)