luisfcofv / react-native-deep-linking

Simple route-matching library to handle deep links
MIT License
247 stars 23 forks source link

How to test deep linking in iOS? #39

Closed arshbot closed 6 years ago

arshbot commented 6 years ago

I just need to make sure everything is working as I intend. How can I test deep linking with a uri?

arshbot commented 6 years ago

Figured it out.

iOS: xcrun simctl openurl booted myapp://

android: adb shell am start -W -a android.intent.action.VIEW -d "mychat://mychat/chat/Taylor" com.simpleapp

luisfcofv commented 6 years ago

Ey, sorry for the late reply. You are correct, glad you figure it out!