-
Notifications
You must be signed in to change notification settings - Fork 227
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
[fluxible-addons-react] batchedUpdatePlugin breaks compatibility with react-native #443
Comments
@malaman which version of fluxible-addons-react are you using? We actually depend on the "inherits" modules:
|
fluxible-addons-react: 0.2.8 |
Oh I see, we can probably find another inherits version on npm that satisifies react-native and doesn't use the native one. You are welcome to open a PR if you want. |
Ok. I will look for alternatives and open PR, if I find something. |
surprised this is an issue thanks to facebook/react-native#2208, react-native should fallback to the I would check if explicitly adding a |
Hi again, |
Currently we import
I've updated example repository (https://github.com/malaman/fluxible-react-native) in case if someone will face same issue. |
Hello,
fluxible-addons-react has inherits as a dependency.
inherits uses node.js util.inerits function to work in non-browser enviroments.
We are trying to integrate fluxibe/fluxible-addons-react with react-native and usage of the node.utils breaks integration with react-native.
I've changed inherits module to custom inherits without node imports and integration seems to work fine.
Could you please change this in the fluxible-addons-react package?
The text was updated successfully, but these errors were encountered: