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.

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