Redux Debugger Plugin for Flipper with Colorized2
This plugin has been enhanced the readability for action columns by following features:
- Dividing with separator using a slash (
/
) and padding horizontally
- Colorizing each word
- Decorating special keywords (
fulfilled
, pending
, rejected
)
Installation
-
Following original Getting Started on jk-gan/flipper-plugin-redux-debugger except for installing plugin and middleware.
-
Install middleware
yarn add redux-flipper-colorized2
cd ios & pod install
-
Install Plugin on Flipper Client
Manage Plugins > Install Plugins > search "redux-debugger-colorized2" > Install
- [package name]
redux-debugger-colorized2
Acknowledgement
This plugin is forked from jk-gan/flipper-plugin-redux-debugger. Please read original README to understand.
LICENSE
MIT