redux-devtools
redux-devtools copied to clipboard
Intergrate to Flipper
Hi you guys, There's any way to integrate redux-devtools to Flipper. I tried to search on stackoverflow but there's no clearly solution Thanks for you helps
You probably want https://github.com/jk-gan/redux-flipper. This project is geared towards Dev Tools implementations.
@timdorr not exactly. For example it won't work with react-navigation because of this, as react-navigation
doesn't have explicit store to apply middleware (actually no redux store at all, but they send compatible events to devtools).
@savelichalex is correct, react-navigation does not work with the current redux-flipper. However, this project could use some help to fix this : https://github.com/jk-gan/redux-flipper/issues/38