Skip to content

Using an Android device

Alexandre Segura edited this page Feb 2, 2019 · 2 revisions

Filtering log output

You can use Logcat to view the device logs.

To filter log output, use the following command:

adb logcat ReactNativeJS:D *:S

Testing deep linking

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

Learn more

Clone this wiki locally