$ expo build:android
$ adb install expoBuild.apk
- Open app through icon (launcher)
- Minimize app
- Run
$ adb shell am start -a android.intent.action.VIEW -d "deeplink://link1"
- App showsdeeplink://link1
innext
- Minimize app (works even without minimizing)
- Run
$ adb shell am start -a android.intent.action.VIEW -d "deeplink://link2"
- App showsdeeplink://link2
innext
- Make sure app is closed (killed)
- Run
$ adb shell am start -a android.intent.action.VIEW -d "deeplink://initial"
- App showsdeeplink://initial
ininit
- Minimize app
- Run
$ adb shell am start -a android.intent.action.VIEW -d "deeplink://link2"
- App DOES NOT showdeeplink://link2
innext