0.1.6 • Published 6 years ago
flipper-plugin-rn-redux-inspector v0.1.6
About
A flipper plugin support inspect redux state and action logs for react-native
Dependencies:
- react-native-flipper
- rn-redux-middleware-flipper
flipper-plugin-rn-redux-inspector

Installation
1. install flipper redux middleware to your application
npm install rn-redux-middleware-flipper react-native-flipper
Make sure react-native-flipper is installed properly if not using autolinking.
2. Setup redux middleware
Register the redux middware and connect to flipper. rn-redux-middleware-flipper
if (__DEV__) { // eslint-disable-line
const createFlipperMiddleware = require('rn-redux-middleware-flipper').default
middlewares.push(createFlipperMiddleware())
}3. Flipper desktop app
Manage Plugins -> Install Plugins -> Search for flipper-plugin-rn-redux-inspector
Example
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago