TuyaInc / tuyasmart-home-sdk-react-native

MIT License
29 stars 65 forks source link

Fix warning about main queue setup override in RN 0.59 #26

Closed SpaceK33z closed 4 years ago

SpaceK33z commented 5 years ago

In React Native 0.59 you get a warning when starting the app, like in the screenshot here:

Screenshot 2019-05-22 at 14 12 34

This pull request removes that warning.

ThoMiDev commented 5 years ago

How about android?

SpaceK33z commented 5 years ago

Is this also happening on Android? I don't have a working Android install yet.

ThoMiDev commented 5 years ago

In RN 0.59.0+, I can’t build the app for android

ThoMiDev commented 5 years ago

My app is working with react native 0.58.6

SpaceK33z commented 5 years ago

Okay, I can't help you with that since I don't have experience with getting this to work on Android. But that has nothing to do with this pull request, so can you make a separate issue for that with more details?