???
???
@nicolascouvrat is correct, but for some reason, the example I created did work properly (messages were received on the other end of the socket). I will fix that when I...
https://github.com/Introvertuous/react_native_mqtt/blob/master/src/mqttws31.js
I do not really have the time right now unfortunately, you are welcome to create a PR if you like.
@wayou not sure what the collaboration policy is here, if you do not mind I can take a crack at this.
I mean you can just check the `dist` directory, I do not understand how it could be 190kb when the un-minified js is around 80kb. Not that I am defending...
Oh... it is that popper.js dependency.
I suppose javascript does not necessarily have to be the compile target: http://webassembly.org/
The issue is with not having a scripts part of the package.json, the cli should create a scripts property if one does not exist.
@papakai are you sure you are not mistaking (b) for (a)? I have a feeling that (a) is the only issue here. Do you mind running the cli with an...