mdrajibsk8 / react-native-device-number

MIT License
3 stars 7 forks source link

Module DeviceNumber requires main queue setup #8

Closed RRaideRR closed 4 months ago

RRaideRR commented 1 year ago

Thanks for the library. It's doing a great job. I noticed a warning on startup but it doesn't break any things (at least none that I observed)

Module DeviceNumber requires main queue setup since it overridesinitbut doesn't implementrequiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of

amitsonit commented 1 year ago

I have same issue, On IOS its just break the code.

mdrajibsk8 commented 4 months ago

IOS support is not enable yet.