-
Notifications
You must be signed in to change notification settings - Fork 77
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
redux-devtools return no store found - 4.0.0-beta.4 #70
Comments
You're using react-native, we probably need to update the current version to add the ability to communicate through react-native. |
BTW, I tried with this library https://github.com/zalmoxisus/remote-redux-devtools but I thing that the way you handle createStore is different... in theory could be
but it doesn't works :( |
We use directly the redux-devtools API https://github.com/didierfranc/react-waterfall/blob/master/src/helpers/devtools.js It's not available this way with react-native |
That’s mean I will never could integrate with react native? The v3 works with a few middleware but those middleware doesn’t work with v4 neither 😩 |
Yes it will be I just have to find time to do it ;) |
@didierfranc Thanks for the work :) Thank you , RN support is paramount |
A v4 finale with react-native support seems perfect and will arrive soon ;) |
@didierfranc wonder if you'll publish what you have :) thanks , waiting |
I have the same requirement as @danllach regarding use of https://github.com/zalmoxisus/remote-redux-devtools, I didn't understand your later comment @didierfranc, will |
Hi I passed the example code to react native and works wonderful but redux-devtools doesn't work.
On the documentation you said During development redux-devtools are automatically enabled. Install the extension. what's mean automatically enabled? maybe I missed something...
Here is my code:
store.js
App.js
Thanks!
The text was updated successfully, but these errors were encountered: