Skip to content

snamiki1212/flipper-plugin-redux-debugger-colorized

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux Debugger Plugin for Flipper with Colorized

Screen Shot 2022-01-09 at 0 09 50

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

About

Flipper plugin for Redux in React Native with colorized

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%