Releases: aeirola/react-native-svg-app-icon
Releases · aeirola/react-native-svg-app-icon
v0.6.1
v0.6.0
- Add
androidOutputPath
andiosOutputPath
configuration options. Thanks to @mikehardy for the contribution at #68 🤩 - Switch CLI argument parsing from coa to commander
- Update dependencies
Note, that changes to svg2vectordrawable might cause some adaptive icons to render as PNGs instead of vector drawables. If this causes problems you can try using path
elements instead of other shapes, or staying on an older version. Sorry for the inconvenience, I'll work on getting the vector drawables to behave as expected.
v0.5.1
v0.5.0
Add --force
command-line option for forcing output to be written even though existing files are newer than the input source. This is useful in situations where the source image might change based on environment settings, i.e. generating separate icons for test and production builds etc..