react-native-svg-app-icon
react-native-svg-app-icon copied to clipboard
Generate all app icons for you React Native apps from a single SVG file
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.3 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @dwisiswant0 Add support for --libc flag...
Currently the cropping logic produces slightly off-center icons on very low resolutions. This is especially noticeable on the un-even sizes in iOS notification icons (29px, etc.). The issue is due...
Currently the iOS icon generation produces identical icons with different filenames. For example `[email protected]` and `[email protected]` are both 40x40 pixel PNGs of the same icon. These could be the same...
Currently the caching logic relies on file timestamps, which doesn't work well if the input file is changed to one with an older timestamp. This can happen with source control...
Generate Android notification icons. At first probably easiest to just do PNG images. Later on we can investigate if it is possible to do vector drawables nicely as well.
Now the icon generation tests are hard to debug as the generated output isn't easily viewable. Would be good to keep the generated icon somewhere in the project directory so...
Android 13 adds support for themed Material You app icons. Would be nice to generate those assets as well. See https://developer.android.com/about/versions/13/features#themed-app-icons
The tool can be configured both from the CLI and the configuration file. Would be good to unify the behaviour to ensure that the configuration values are always inline. Create...
Convert large source code files into directories with smaller modules. E.g. - android - index.ts - config.ts - vector-drawable.ts - legacy.ts - ios - index.ts - config.ts - icons.ts -...
Google Play now has its own icon that should be provided for the store listing. See https://developer.android.com/distribute/google-play/resources/icon-design-specifications Would be useful to generate that as well from the icon source.