-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin flipper-plugin-redux-debugger failed to load Error: Cannot find module 'react' #67
Comments
May I know what is your flipper version? |
Sure |
I have the same issue, running windows 11 flipper version 0.125 |
Can you try a newer version? |
I'm having the same issue with this package.json "react-native-flipper": "^0.162.0", |
@hossamnasser938 @afonsopbarros @jvfalco1 is it possible to use the latest version of I tested on my machine with
|
I've been trying to use the lastest versions too. Unfortunately, when I use flipper 0.182.0, it works perfectly on Android, but, when I try to use on iOS I get an error you can check at this ggithub issue link. |
Just to be clear, are you using |
Yes, Im.
Flipper Client: 0.182.0. Podfile |
that's weird, the error occur when you using simulator or real iphone? or both? |
Both, simulator and real phone. |
@jvfalco1 I'm unable to reproduce the issue (at least on my machine), perhaps you can provide me a sample react-native project with that issue that I can take a look? |
Facing the same issue, I've updated:
And it works again |
so the latest version of |
for me yes, using RN 0.70.6 though |
Thanks, I upgrade from Flipper v0.164.0 to v0.182.0 and the problem was resolve. I tested with a iOS physical device. Error message Plugin 'Redux Debugger' failed to load: 'Cannot find module 'react'
Require stack: - /Users/sblaisfernandez/.flipper/installed-plugins/flipper-plugin-redux-debugger/2.0.2/dist/bundle.js -
/Applications/Flipper.app/Contents/Resources/app.asar/index.html'. Set up causing the errormacOS: 14.4.1 (23E224) "react-native": "0.72.14", solutionUpgrade from Flipper v0.164.0 to v0.182.0 |
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
andreact-native-flipper: ^0.162.0
into the app. I added the plugin to middleware array:Could you help please?
The text was updated successfully, but these errors were encountered: