Introvertuous / react-native-mqtt

Mqtt client for react native.
MIT License
156 stars 31 forks source link

`npm install --s react_native_mqtt` Missing mqttws31.js file #21

Closed khjde1207 closed 5 years ago

khjde1207 commented 5 years ago

mkdir test cd test npm install --s react_native_mqtt cd node_modules/react_native_mqtt/src ls

index.js

Missing mqttws31.js file

Introvertuous commented 5 years ago

sorry about that, dumb mistake, is fixed with 1.3.1

khjde1207 commented 5 years ago

Thank you!!