Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 666 Bytes

debugging.md

File metadata and controls

21 lines (15 loc) · 666 Bytes

Debugging

For debugging flipper is recommended. It allows debugging of logs, network requests, views and redux actions.

Setup

  • Download and install flipper
  • Run flipper
  • Install and run the app which should be debugged
  • [optional]: Install redux-debugger plugin in flipper: Manage plugins > Install plugins > redux-debugger > Install
  • [optional]: Enable plugins for installation

iOS

On iOS the iOS Development Bridge (idb) has to be installed additionally:

  • brew tap facebook/fb
  • brew install idb-companion
  • pip3 install fb-idb