-
Notifications
You must be signed in to change notification settings - Fork 215
Object prototype may only be an Object or null! #42
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
Comments
I'm getting this when trying to nodeify |
I found a temporary workaround for this issue here. |
Hello @omidnavi @briman0094
|
Try this:
|
@zelll it's worked for me when run debug. |
same problem, how to fix it? thanks. |
@scriptfans check this answer :
if didnt work , check this one:
|
@omidnavi Thanks very much. I solved it in another way, we can install the github version rn-nodeify to fix it: |
@viethaca please help me |
use the latest version .it's ok |
@shiyunsheng i use rn 0.48.4 and react-native-tcp 3.3.0 and in package.json add "scripts":{ |
All the above not working for me. RN 0.55.4 |
@uriva use npm install readable-stream@2.2.8 stream-browserify@2.0.1 --save |
Hi
I'm working on a project which needs tcp socket , and when i tried to use this library , i get the error mentioned in the title ! I know its a stream /rn-nodeify error , but while its a dependency of native-tcp , I posted this issue here , is there anything i can do to fix this one ?
react-native @0.41.2
react-native-net @3.2.1
rn-nodeify @7.0.1
The text was updated successfully, but these errors were encountered: