History log of /expo/packages/expo-image/android/src/main/java/expo/modules/image/svg/SVGModule.kt (Results 1 – 1 of 1)
Revision Date Author Comments
# 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 ...