diff --git a/README.md b/README.md index 185bf04..1ac6364 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,12 @@ yarn // or npm i 4. Run project +## Testing for Android + +You can easily test out via terminal using following command. + +`adb shell am start -a android.intent.action.VIEW \ -c android.intent.category.BROWSABLE \ -d ":///"` + +example : + +`adb shell am start -a android.intent.action.VIEW \ -c android.intent.category.BROWSABLE \ -d "peopleapp://people/1"`