Skip to content

Projeto sobre react-native com deep link já configurado e funcionando.

Notifications You must be signed in to change notification settings

jefferson-william/react-native-deep-link

Repository files navigation

deeplink

Projeto sobre react-native com deep link já configurado e funcionando.

  • react@16.8.3
  • react-native@0.59.8
  • react-native-gesture-handler@^1.2.1
  • react-navigation@^3.11.0

Comandos

adb shell am start -W -a android.intent.action.VIEW -d "https://www.deeplink.com/home" com.deeplink
adb shell am start -W -a android.intent.action.VIEW -d "https://www.deeplink.com/user/1" com.deeplink
adb shell am start -W -a android.intent.action.VIEW -d "deeplink://home" com.deeplink
adb shell am start -W -a android.intent.action.VIEW -d "deeplink://user/1" com.deeplink

xcrun simctl openurl booted "deeplink://user"
xcrun simctl openurl booted "deeplink://user/1"

Referências

About

Projeto sobre react-native com deep link já configurado e funcionando.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published