2.0.5 • Published 2 years ago

flipper-plugin-redux-debugger-colorized v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. Followin original Getting Started on jk-gan/flipper-plugin-redux-debugger except for installing plugin/middleware.
  2. Install middleware
    yarn redux-flipper-colorized # instead of redux-flipper
    cd ios & pod install
  3. 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

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago