- Export from figma 2 pngs 2x and 3x put them in
./resources/images/icons2
- if necessary, rename file so that filename contains only lower case chars, e.g.
"[email protected]"
should be renamed to"[email protected]"
. - In the app
icon_name.png
still can be accessed asicon-name
, so in order to use can add the next code:2x@2x;; icon_name.png [vector-icons/icon :icon-name {:color ...}]
- If you want platform specific icon use
.android
or.ios
suffixes. Example[email protected]
.:w
Make sure to compress images before using into project.
make shell
./scripts/compress_image.sh image_path