Skip to content

Instantly share code, notes, and snippets.

@hanula
Created December 15, 2024 13:07
Show Gist options
  • Save hanula/5a4c602f1700aef5dcf8d7877b228c0f to your computer and use it in GitHub Desktop.
Save hanula/5a4c602f1700aef5dcf8d7877b228c0f to your computer and use it in GitHub Desktop.

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:

  1. create android.intent.action.VIEW intent shortcut
  2. use target URI for data

Source: expo/expo#3686 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment