-
Notifications
You must be signed in to change notification settings - Fork 53
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
fixed android 6.0+ fetch HEAD network error bugs #25
base: master
Are you sure you want to change the base?
Conversation
Looks like there are linting errors. To problem I can quickly solve those with my own commit. The larger issue here, is this is not a solution to the bug. A patch will need to be applied in this function: https://github.com/billmalarky/react-native-image-cache-hoc/blob/master/lib/FileSystem.js#L186-L227 For what it's worth, you will not run into this issue so long as the images you are using for CacheableImage have an extension in the url like .jpg/.png.gif etc. |
but some server image url not has the .jpg/.png ... |
facebook/react-native#18440