We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
init
requiresMainQueueSetup
I'm currently receiving this error at app start:
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
I'm currently receiving this error at app start:
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
The text was updated successfully, but these errors were encountered: