-
Notifications
You must be signed in to change notification settings - Fork 7
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
Not working with React Native 0.27 on iOS #3
Comments
I get the same issue. EDIT: also doesn't work on 2.6.2. |
I have same problem. |
Changes by commit facebook/react-native@ee5a1de changed the way deps are looked up on required which is causing issues with the rn-nodeify hack. I'm investigating to see if there a fix for it available. The module is trying to resolve Stream for readable-stream as an empty object instead of returning stream-browserify which is what pre 0.27 used to do and is causing the inherits library to freak out |
I've noticed this issue on the RN 0.31.0 |
@gabceb anything? |
having the same issue in 44.2.. this issue is really old? Does this lib stop working with newer RN versions or am I missing something? |
Hi,
The library is not working with the latest react native version.
The following error shows up:
I did some debugging, and I have found that the error is actually triggered when the library loads the "crypto" library and when the crypto library loads the "stream" library.
I'm submitting the issue here as you might know what could be wrong.
The steps I followed to reproduce the error were:
Thanks,
Leo
The text was updated successfully, but these errors were encountered: