

#App round icon generator for android#
imagePathAndroid - The location of the icon image file specific for Android platform (optional - if not defined then the imagePath is used).android/ ios (optional): true - Override the default existing React-Native launcher icon for the platform specified, false - ignore making launcher icons for this platform, icon_name - this will generate a new launcher icons for the platform with the name you specify, without removing the old default existing React-Native launcher icon.imagePath - The location of the icon image file which you want to use as the app launcher icon.Here's an example JavaScript configuration file that uses the adaptiveIconBackground/ adaptiveIconForeground options to support adaptive icons: Icon-set-creator will automatically look for them in the directory path to be used to run the CLI. If there are multiple configuration files in the same directory, icon-set-creator will only use one. package.json - create an iconsetConfig property in your package.json file and define your configuration there.

iconsetrc.json to define the configuration structure. iconsetrc.js and export an object containing your configuration. Icon-set-creator supports configuration files in several formats: h, -help display help for command Configuration files f, -adaptive-icon-foreground The image asset which will be used for the icon foreground of the adaptive icon

"assets/images/christmas-background.png ") which will be used to fill b, -adaptive-icon-background The color (E.g. IPA, -image-path-android Image path for android A, -android Generate icon set for android Generate a new icon set for React Native project
