icon-set-creator
icon-set-creator copied to clipboard
CLI for creating React Native app icons
Why am I getting this error below? I am trying to use a different image for Android. ``` /Users/user/.nvm/versions/node/v21.6.0/lib/node_modules/icon-set-creator/lib/creator/index.js:49 if (!options[prop].match(/^#[0-9A-Za-z]{6}$/)) { ^ TypeError: options[prop].match is not a function ```...
When generating adaptive icons, the color tag is inserted after the /resources tag which results in an invalid xml file
I would like to only create the icons without modifying any file, including the AndroidManifest.xml
## Features - [ ] Interactive CLI - [ ] Support for Android [Monochrome](https://developer.android.com/develop/ui/views/launch/icon_design_adaptive) icons - [ ] Add configuration options to change rounded Android icons - [ ] Rename...
I've recently moved to use this tool (I love it, by the way!) I notice that I had an ic_launcher_round.xml with identical content to ic_launcher.xml No idea if this file...