-
Notifications
You must be signed in to change notification settings - Fork 33
Using an Android device
Alexandre Segura edited this page Feb 2, 2019
·
2 revisions
You can use Logcat to view the device logs.
To filter log output, use the following command:
adb logcat ReactNativeJS:D *:S
The app is configured to handle deep links, i.e it is able to open some links directly. At the moment, it is configured to open registration confirmation links, but more links may be added in the future.
adb shell am start -W -a android.intent.action.VIEW -d "https://demo.coopcycle.org/register/confirm/abcdef123456" fr.coopcycle