Skip to content

Instantly share code, notes, and snippets.

@naishe
Last active December 6, 2020 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naishe/f5ae5bedc413e94c764f8b1aedba828b to your computer and use it in GitHub Desktop.
Save naishe/f5ae5bedc413e94c764f8b1aedba828b to your computer and use it in GitHub Desktop.
Deep Linking Push Notifications with React Navigation #4
# Assuming you have a key, “settings”, configured in your
# linking config that points to a valid screen
# The following command should show you a popup asking
# which app you want to use to open this link and offer you
# two options (normally) between the browser and your app.
npx uri-scheme open https://app.myapp.com/settings --android
# The following command should open your app
# and lands you on the settings page
npx uri-scheme open myapp://settings --android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment