React Native Support #1841
Replies: 4 comments 17 replies
-
@MaximoLiberata Thanks! Could you kindly add a link to this on readme please? |
Beta Was this translation helpful? Give feedback.
-
Wondering if this is still needed? https://github.com/MaximoLiberata/react-native-mqtt.js-example/blob/main/App.js#L8 |
Beta Was this translation helpful? Give feedback.
-
Good, I think this update might work with release v5.5.1 as a fix, I am not sure, needs to best tested. |
Beta Was this translation helpful? Give feedback.
-
Nope what I meant is if react is actually using the browser bundle or not, the bundle is automatically served based on the package.json I think that adding:
to the connect/index.ts isn't so bad, someone wants to submit a PR? |
Beta Was this translation helpful? Give feedback.
-
In the version 5.5.2 was fixed an issue that didn't allow use MQTT.js in React Native (RN). The motivation of this discussion is bring a example of how to implement MQTT.js in React Native and also maybe bring ideas of enhancements for RN environment.
You can see the example in React Native MQTT.js Implementation
Beta Was this translation helpful? Give feedback.
All reactions