Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReactNativeShareExtension requires main queue setup since it overrides init but doesn't implement requiresMainQueueSetup #101

Closed
AndrewHenderson opened this issue May 9, 2018 · 1 comment

Comments

@AndrewHenderson
Copy link
Collaborator

I'm currently receiving this error at app start:

screen shot 2018-05-09 at 11 50 12 am

Apparently, it was an issue in React Native's RCTImageLoader. Perhaps we can gain some insight from how they solved it: facebook/react-native#17504

@AndrewHenderson
Copy link
Collaborator Author

This issue was caused by adding the following code to dismiss another warning I was receiving:

import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module RCTImageLoader']);

I don't think there is any issue with this library. I think I just messed something up.

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

No branches or pull requests

1 participant