TuyaInc / tuyasmart-home-sdk-react-native

MIT License
29 stars 65 forks source link

TuyaDeviceApi.registerDevListener didn't works on iOS, but works on Android #40

Closed ThoMiDev closed 4 years ago

ThoMiDev commented 4 years ago

TuyaDeviceApi.registerDevListener function only works on Android. On iOS:

image

TuyaDeviceApi.registerDevListener(
    { devId: device.id },
    console.warn,
    console.warn,
    console.warn,
    console.warn,
    console.warn,
  );
linqwFmt commented 4 years ago

fix