Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Warning on react-native 0.49.x #553

Open
macrozone opened this issue Oct 7, 2017 · 14 comments
Open

Warning on react-native 0.49.x #553

macrozone opened this issue Oct 7, 2017 · 14 comments

Comments

@macrozone
Copy link

I get this warning:

Module RNFetchBlob 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.

can be fixed similar to this: https://github.com/wix/react-native-navigation/pull/1983/files

@eugenehp
Copy link

same here +1

@jbrodriguez
Copy link
Contributor

@dallen4
Copy link

dallen4 commented Jan 18, 2018

@jbrodriguez is there a PR to get this fix merged into the repo?

klaasman added a commit to klaasman/react-native-fetch-blob that referenced this issue Mar 7, 2018
klaasman added a commit to klaasman/react-native-fetch-blob that referenced this issue Mar 7, 2018
@klaasman
Copy link

klaasman commented Mar 7, 2018

PR created, see #674 (repo moved) joltup#10

@isaachinman
Copy link

Also seeing this warning.

@wedneyyuri
Copy link

Hi Guys, you can ignore this type of warning using the YellowBox module:

import { YellowBox } from 'react-native';

// React native 0.55.4 is currently migrating to a new React API.
// Some warnings are expected in this version.
YellowBox.ignoreWarnings([
    'Warning: isMounted(...) is deprecated',
    'Module RCTImageLoader requires main queue setup',
    'Module RNFetchBlob requires main queue setup',
]);

@IamMasterWayne
Copy link

Module RNFetchBlob 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.
this is bothering !

@eseQ
Copy link

eseQ commented Jun 21, 2018

And? What about fix this issue?

@franjbeltran
Copy link

@dictory we already have a fix to this on master: facebook/react-native#17504

@eseQ
Copy link

eseQ commented Jun 25, 2018

@francaracuel Hello. Hm, i use rn v 0.55.4 and catch this warning

@sturmenta
Copy link

"react-native": "0.56.0" and I keep seeing the warning but with module RNGoogleSignin

@bwoodlt
Copy link

bwoodlt commented Jul 15, 2018

Having this warning also...

@anaerobic
Copy link

just started getting this warning on upgrade to 0.56.0

@lvtz
Copy link

lvtz commented Aug 21, 2018

solution: https://stackoverflow.com/a/51352132

and now I have no any issues

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests