infoxicator / react-native-star-prnt

React-Native bridge to communicate with Star Micronics Bluetooth/LAN Printers
MIT License
67 stars 65 forks source link

Requires Main Queue Warning #33

Closed TheKidCoder closed 5 years ago

TheKidCoder commented 5 years ago

We're using v1.0.0 in our app and get this debug message:

2019-04-28 16:42:22.652 [warn][tid:main][RCTModuleData.mm:67] Module RNStarPrnt requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.

Which is odd because it appears to be implemented correctly.