| #
3ee282c6 |
| 19-Jul-2021 |
Jakub <[email protected]> |
[image] Add SVG support (#13503)
# Why
To extend supported formats.
Superseding #7385.
# How
Used SDWebImageSVGKitPlugin & androidsvg, copied SVG example from Glide repository.
Currently,
[image] Add SVG support (#13503)
# Why
To extend supported formats.
Superseding #7385.
# How
Used SDWebImageSVGKitPlugin & androidsvg, copied SVG example from Glide repository.
Currently, there's a problem with SVGKit which doesn't compile on the 3.0 version (required by a newer version of SVGKitPlugin) so I didn't allow changing plugin version on iOS.
# Test Plan
Tested on bare-expo. Note I didn't update Podfile.lock - bare-expo doesn't work well with Flipper and I applied a patch removing it which changes the state of the lock file.
show more ...
|