0.1.6 • Published 5 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
5 years ago
0.1.5
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.16
5 years ago
0.0.15
5 years ago
0.0.14
5 years ago
0.0.13
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago