react-native-fast-image/ios/FastImage
DreamPiggy 4a7cd64f5b
feat(ios): allow for for per-image-request-headers (#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
2020-07-17 01:27:57 -04:00
..
FFFastImageSource.h Add cache control for iOS. 2018-06-13 23:47:10 -04:00
FFFastImageSource.m Add cache control for iOS. 2018-06-13 23:47:10 -04:00
FFFastImageView.h feat: Upgrade to SDWebImage 5.0. (#454) 2019-05-07 22:06:53 -04:00
FFFastImageView.m feat(ios): allow for for per-image-request-headers (#691) 2020-07-17 01:27:57 -04:00
FFFastImageViewManager.h 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
FFFastImageViewManager.m feat: Add tint color support. 2019-05-02 20:41:42 -07:00
RCTConvert+FFFastImage.h 🚩 Initial commit. 2017-04-17 18:42:16 -04:00
RCTConvert+FFFastImage.m Add cache control for iOS. 2018-06-13 23:47:10 -04:00