robhogan / react-native-paho-mqtt

react-native-paho-mqtt
91 stars 32 forks source link

Remove Cyclic Dependency #35

Open TNChalise opened 5 years ago

TNChalise commented 5 years ago

React native recently updated to warn these imports. One good example copied from react-native console is:

Require cycle: node_modules/react-native-paho-mqtt/src/util.js -> node_modules/react-native-paho-mqtt/src/WireMessage.js -> node_modules/react-native-paho-mqtt/src/util.js

bahientn9x commented 4 years ago

Same issue here