flipper-plugin-redux-debugger: Plugin flipper-plugin-redux-debugger failed to load Error: Cannot find module 'react'
I’m trying to integrate redux-flipper
plugin But I’m getting the following error:
I installed the plugin on flipper desktop app. I also installed redux-flipper: ^2.0.2
and react-native-flipper: ^0.162.0
into the app. I added the plugin to middleware array:
const createDebugger = require("redux-flipper").default
middlewares.push(createDebugger())
Could you help please?
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 4
- Comments: 15 (5 by maintainers)
Facing the same issue, I’ve updated:
And it works again
@hossamnasser938 @afonsopbarros @jvfalco1 is it possible to use the latest version of
react-native-flipper
and flipper desktop app and try again?I tested on my machine with
react-native-flipper 0.182.0
andflipper
desktop app version 0.182.0, it works perfectly