luisfcofv/react-native-deep-linking

How to test deep linking in iOS?

arshbot opened this issue · 2 comments

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

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

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