Introvertuous / react-native-mqtt

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

AMQJS0010E localStorage is not supported by this browser - react native Expo #33

Open Northzedam opened 2 years ago

Northzedam commented 2 years ago

I instaled AsyncStorage with yarn add @react-native-async-storage/async-storage and and passed the object to init. But when compiles I get the error: AMQJS0010E localStorage is not supported by this browser.

Line 841 , file mqttws31.js

younthu commented 1 year ago

I saw this too.