react-native-rsa-native icon indicating copy to clipboard operation
react-native-rsa-native copied to clipboard

Warning Module RNRSA requires main queue setup since it overrides `constantsToExport` but doesn't implement `requiresMainQueueSetup`.

Open amrdraz opened this issue 4 years ago • 3 comments

I get this warning message when launching the app I can ignore it but I felt you should be aware

WARN     Module RNRSA 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.

WARN     Module RNRSAKeychain 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.

amrdraz avatar Jun 01 '20 07:06 amrdraz

I get same warnings on iOS, how can we suppress or maybe solve this warning?

cretumarius avatar Jun 24 '20 19:06 cretumarius

Same here.

LuigiMaestrelli avatar Jun 29 '20 20:06 LuigiMaestrelli

Same here.

alessandrosales avatar Nov 05 '20 02:11 alessandrosales