shehankonecranes / sp-react-native-mqtt

MQTT Client native module for react-native
68 stars 55 forks source link

Native module Mqtt tried to override #9

Closed aravindarc closed 3 years ago

aravindarc commented 4 years ago

This error comes when i start the app Screenshot_20200714-042949

SudoPlz commented 4 years ago

That's probably because you're including that package twice:

Feel free to NOT add it on your getPackages list at all since you're using a new version of react that links packages automatically.