Commit Graph

9 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 c279577f95
build: use dv-scripts (#707)
- Simplifying configuration for:
  - Building
  - Linting
  - Testing
  - Releasing

I'll fix code coverage in an upgrade.
2020-07-16 21:28:12 -04:00
Dylan Vann ac117060eb
feat: converts to TypeScript (#642)
This converts the codebase to TypeScript. Compilation and bundling is done with tsdx. This will
hopefully ensure our types are more accurate in the future.
2020-03-08 20:44:22 -04:00
Dylan Vann 9bc9b711d5 chore: Only use lcov report. 2019-02-21 22:31:09 -05:00
Dylan Vann b4414b6477 Ignore file from npm pack. 2018-05-24 12:07:06 -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 8e7ae60284 Setup cocoapods example. 2018-03-17 23:25:49 -04:00
Dylan Vann 1eb2f4d53e Add packed version to gitignore. 2017-11-30 00:01:27 -05:00
Dylan Vann 1ee6d37bd4 🚩 Initial commit. 2017-04-17 18:42:16 -04:00