You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# iOS
xcrun simctl openurl booted mychat://chat/Eric
# Android
adb shell am start -W -a android.intent.action.VIEW -d "mychat://mychat/chat/Eric" com.simpleapp
Send Text
# iOS : If you know how to send key stroke form cli to simulator without activating simulator, please let me know :)
# Android : Refresh React Nativ app
adb shell input text "RR"
# Android : Show Dev Menu (Send Text)
adb shell input keyevent 82