11 Commits

Author SHA1 Message Date
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
Dylan Vann
bf55742e5f
chore: Convert example to TypeScript (#648) 2020-03-12 02:27:37 -04:00
Dylan Vann
6994606073
chore: Update example to React Native 0.61.5. (#639)
This also upgrades all the dependencies.
2020-03-01 15:58:28 -05:00
Dylan Vann
5489f9ec4b
feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513)
BREAKING CHANGE: You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
2019-07-04 23:49:38 -04:00
Dylan Vann
a6f7b109aa Refactor project. Ignore more files. 840.7 kB package size. 2018-05-24 11:52:33 -04:00
Dylan Vann
e8cfc7ae5d Use local package in example project. 2018-05-07 11:26:26 -04:00
Dylan Vann
0a7d771e8f Setup signing for example. 2018-05-02 23:27:53 -04:00
Dylan Vann
d6a5cb0347 Update examples. 2018-04-24 22:41:10 -04:00
Dylan Vann
8e7ae60284 Setup cocoapods example. 2018-03-17 23:25:49 -04:00
Dylan Vann
ab9285362c Setup example using react-native link. 2018-03-17 20:55:27 -04:00
Dylan Vann
b2bf91d62b Create example folders / projects. 2018-03-17 20:37:26 -04:00