Skip to content

Commit 4a7cd64

Browse files
authored
feat(ios): allow for for per-image-request-headers (DylanVann#691)
* Bump the dependency of SDWebImage into 5.8+ because of the SDWebImageDownloaderRequestModifier convenient API usage * Fix the implementation on iOS for per-image-request-header-setup. Should not use `SDWebImageDownloader` which manage the global shared headers. Use the context option of request modifier. * Add the support for data:image URL for WebP images * Alaways bypass invalid SSL certificate error, same behavior like React-Native itself * Fix the implementation of request modifier on SDWebImage, which have bugs on 5.8.0 (will fix in 5.8.1), revert the dependency bump * Revert the changes to bypass SSL error * Remove the unused Podfile.lock changes
1 parent 0e29d83 commit 4a7cd64

File tree

3 files changed

+19
-414
lines changed

3 files changed

+19
-414
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ DerivedData
2222
*.xcuserstate
2323
project.xcworkspace
2424

25+
# CocoaPods
26+
Podfile.lock
27+
Pods
28+
2529
# Android/IJ
2630
#
2731
.idea

0 commit comments

Comments
 (0)