Introvertuous / react-native-mqtt

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

native libraries #2

Closed Introvertuous closed 6 years ago

Introvertuous commented 7 years ago

target native libraries (for ios & android) instead of using the current websocket implementation (paho - javascript).

native modules: https://facebook.github.io/react-native/docs/native-modules-ios.html android: https://github.com/eclipse/paho.mqtt.android ios: https://github.com/ckrey/MQTT-Client-Framework

Introvertuous commented 6 years ago

good example of a react native (native module) library: https://github.com/airbnb/react-native-maps