[RN 0.54.4, 0.56.0-rc.4] RNFetchBlob requires main queue setup since it overrides constantsToExport
but doesn't implement requiresMainQueueSetup
#19960
Labels
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Help Wanted
Issues ideal for external contributors.
🌐Networking
Related to a networking API.
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
Environment
Description
Reproducible Demo
$ react-native run-ios
yellowbox log:
Module RNFetchBlob requires main queue setup since it overrides
constantsToExport
but 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.Same kind of issue as #17504, needing similar kind of fix: #17679
The text was updated successfully, but these errors were encountered: