react-native-fast-image/ReactNativeFastImageExample
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
..
__tests__ chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
android chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
ios feat(ios): allow for for per-image-request-headers (#691) 2020-07-17 01:27:57 -04:00
src chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
.buckconfig feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513) 2019-07-04 23:49:38 -04:00
.eslintrc.js chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
.gitattributes feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513) 2019-07-04 23:49:38 -04:00
.gitignore chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
.prettierrc.js chore: Update example to React Native 0.61.5. (#639) 2020-03-01 15:58:28 -05:00
.watchmanconfig feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513) 2019-07-04 23:49:38 -04:00
app.json feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513) 2019-07-04 23:49:38 -04:00
babel.config.js chore: Update example to React Native 0.61.5. (#639) 2020-03-01 15:58:28 -05:00
index.js chore: Update example to React Native 0.61.5. (#639) 2020-03-01 15:58:28 -05:00
metro.config.js chore: Update example to React Native 0.61.5. (#639) 2020-03-01 15:58:28 -05:00
package.json chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
tsconfig.json chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
yarn.lock chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00