Skip to content

Commit

Permalink
docs: Add a note about flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
Crash-- committed Jun 10, 2022
1 parent 8f4401b commit 1d31c03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ Android: To get native log on Android:
adb logcat --pid=$(adb shell pidof -s io.cozy.flagship.mobile)
```

Use [flipper](https://fbflipper.com/docs/features/react-native/) to
have access to a React Native Debuguer.

To have access to the AsyncStorage content you can install those
2 plugins:
async-storage and async-storage-advanced (see https://github.com/cozy/cozy-react-native/pull/270
for more information)

## How to run SNCF Connector

1. Sncf connector
Expand Down

0 comments on commit 1d31c03

Please sign in to comment.