Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.91 KB

Debugging.md

File metadata and controls

23 lines (17 loc) · 1.91 KB

Debugging with Flipper

Flipper is a platform for debugging iOS, Android and React Native apps. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API.

https://fbflipper.com/

Flipper is a great tool for debugging our app. It lets us use debug breakpoints, inspect React components, debug navigation events, measure performance, and much more.

Plugins

Description of some plugins that we use in Flipper, and what their use case is.

There are many other plugins for Flipper that may be used as well. Feel free to try them out and add doc here if they seem useful.