-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Warning on react-native 0.49.x #553
Comments
same here +1 |
@jbrodriguez is there a PR to get this fix merged into the repo? |
Also seeing this warning. |
Implement `requiresMainQueueSetup`, fixes #553
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',
]); |
Module RNFetchBlob requires main queue setup since it overrides |
And? What about fix this issue? |
@dictory we already have a fix to this on master: facebook/react-native#17504 |
@francaracuel Hello. Hm, i use rn v 0.55.4 and catch this warning |
|
Having this warning also... |
just started getting this warning on upgrade to 0.56.0 |
solution: https://stackoverflow.com/a/51352132 and now I have no any issues |
I get this warning:
can be fixed similar to this: https://github.com/wix/react-native-navigation/pull/1983/files
The text was updated successfully, but these errors were encountered: