When using RNFetchBlob with React Native I get a yellow warning screen that says:
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.
I am using react-native 0.56.0 and react-native-fetch-blob: 0.10.8. This worked previously with react-native 0.54.2.
What exactly is this error telling me? What exactly is main queue setup? What should I do to fix this problem? Thanks!