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