redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Intergrate to Flipper

Open moonjava2005 opened this issue 4 years ago • 3 comments

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

moonjava2005 avatar Apr 18 '20 04:04 moonjava2005

You probably want https://github.com/jk-gan/redux-flipper. This project is geared towards Dev Tools implementations.

timdorr avatar May 04 '20 15:05 timdorr

@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 avatar Sep 01 '20 08:09 savelichalex

@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

christophemenager avatar Nov 29 '20 16:11 christophemenager